Ajay Satish Rangu



Dr. Anya Sharma – Digital Business Consultant

<!-- Header & Navigation -->
<header class="bg-white shadow-md fixed w-full z-10">
    <nav class="container mx-auto px-6 py-4 flex justify-between items-center">
        <a href="#" class="text-2xl font-bold text-indigo-700">Anya Sharma</a>
        <div class="hidden md:flex space-x-8">
            <a href="#about" class="text-gray-600 hover:text-indigo-600 transition duration-300">About</a>
            <a href="#services" class="text-gray-600 hover:text-indigo-600 transition duration-300">Services</a>
            <a href="#testimonials" class="text-gray-600 hover:text-indigo-600 transition duration-300">Testimonials</a>
            <a href="#contact" class="text-gray-600 hover:text-indigo-600 transition duration-300">Contact</a>
        </div>
        <!-- Mobile Menu Button -->
        <button id="mobile-menu-button" class="md:hidden text-gray-600 hover:text-indigo-600 focus:outline-none">
            <i class="fas fa-bars text-2xl"></i>
        </button>
    </nav>
    <!-- Mobile Menu -->
    <div id="mobile-menu" class="hidden md:hidden bg-white py-2 shadow-lg">
        <a href="#about" class="block px-6 py-2 text-gray-600 hover:bg-gray-100 transition duration-300">About</a>
        <a href="#services" class="block px-6 py-2 text-gray-600 hover:bg-gray-100 transition duration-300">Services</a>
        <a href="#testimonials" class="block px-6 py-2 text-gray-600 hover:bg-gray-100 transition duration-300">Testimonials</a>
        <a href="#contact" class="block px-6 py-2 text-gray-600 hover:bg-gray-100 transition duration-300">Contact</a>
    </div>
</header>

<!-- Hero Section -->
<section id="hero" class="relative bg-gradient-to-r from-indigo-600 to-purple-700 text-white py-32 md:py-48 flex items-center justify-center overflow-hidden">
    <div class="absolute inset-0 bg-cover bg-center opacity-20" style="background-image: url('https://placehold.co/1920x1080/4F46E5/FFFFFF/png?text=Digital+Consulting+Background');"></div>
    <div class="relative z-10 text-center px-6">
        <h1 class="text-4xl md:text-6xl font-extrabold leading-tight mb-4 animate-fade-in-down">
            Dr. Anya Sharma
        </h1>
        <p class="text-xl md:text-3xl font-light mb-8 animate-fade-in-up">
            Digital Business Consultant: Innovating for Tomorrow's Success
        </p>
        <a href="#contact" class="inline-block px-8 py-4 rounded-full text-lg font-semibold btn-primary hover:bg-indigo-700 animate-scale-in">
            Schedule a Free Consultation
        </a>
    </div>
</section>

<!-- About Section -->
<section id="about" class="py-16 md:py-24 bg-white">
    <div class="container mx-auto px-6 max-w-4xl">
        <h2 class="text-4xl font-bold text-center text-indigo-700 mb-12">About Me</h2>
        <div class="flex flex-col md:flex-row items-center gap-12">
            <div class="md:w-1/3 flex justify-center">
                <img src="https://placehold.co/300x300/6366f1/FFFFFF/png?text=Anya+Sharma" alt="Dr. Anya Sharma" class="rounded-full shadow-lg border-4 border-indigo-200">
            </div>
            <div class="md:w-2/3 text-lg text-gray-700 leading-relaxed">
                <p class="mb-4">
                    Dr. Anya Sharma is a visionary Digital Business Consultant dedicated to empowering businesses to thrive in the digital age. With a Ph.D. in Digital Transformation and over 15 years of experience, Anya specializes in crafting bespoke digital strategies that drive growth, enhance efficiency, and foster sustainable innovation.
                </p>
                <p>
                    Her approach combines deep analytical insights with creative problem-solving, ensuring clients not only adapt to technological shifts but also lead their respective industries. Anya believes in a collaborative partnership, working closely with leadership teams to unlock their full digital potential.
                </p>
            </div>
        </div>
    </div>
</section>

<!-- Services Section -->
<section id="services" class="py-16 md:py-24 bg-gray-100">
    <div class="container mx-auto px-6 max-w-6xl">
        <h2 class="text-4xl font-bold text-center text-indigo-700 mb-12">My Services</h2>
        <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-10">
            <!-- Service 1 -->
            <div class="bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition-shadow duration-300 text-center transform hover:-translate-y-2">
                <div class="text-5xl text-indigo-500 mb-6">
                    <i class="fas fa-lightbulb"></i>
                </div>
                <h3 class="text-2xl font-semibold text-gray-900 mb-4">Digital Strategy & Transformation</h3>
                <p class="text-gray-700 leading-relaxed">
                    Develop comprehensive digital roadmaps, optimize business processes, and implement cutting-edge technologies to drive your digital evolution.
                </p>
            </div>
            <!-- Service 2 -->
            <div class="bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition-shadow duration-300 text-center transform hover:-translate-y-2">
                <div class="text-5xl text-indigo-500 mb-6">
                    <i class="fas fa-chart-line"></i>
                </div>
                <h3 class="text-2xl font-semibold text-gray-900 mb-4">SEO & Content Marketing</h3>
                <p class="text-gray-700 leading-relaxed">
                    Boost your online visibility, attract targeted traffic, and engage your audience with compelling content strategies and advanced SEO techniques.
                </p>
            </div>
            <!-- Service 3 -->
            <div class="bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition-shadow duration-300 text-center transform hover:-translate-y-2">
                <div class="text-5xl text-indigo-500 mb-6">
                    <i class="fas fa-share-alt"></i>
                </div>
                <h3 class="text-2xl font-semibold text-gray-900 mb-4">Social Media & Community Building</h3>
                <p class="text-gray-700 leading-relaxed">
                    Cultivate a strong brand presence and foster loyal customer communities across key social media platforms.
                </p>
            </div>
            <!-- Service 4 (Bonus) -->
            <div class="bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition-shadow duration-300 text-center transform hover:-translate-y-2">
                <div class="text-5xl text-indigo-500 mb-6">
                    <i class="fas fa-database"></i>
                </div>
                <h3 class="text-2xl font-semibold text-gray-900 mb-4">Data Analytics & Insights</h3>
                <p class="text-gray-700 leading-relaxed">
                    Transform raw data into actionable insights, enabling data-driven decisions and optimizing your business performance.
                </p>
            </div>
        </div>
    </div>
</section>

<!-- Testimonials Section -->
<section id="testimonials" class="py-16 md:py-24 bg-white">
    <div class="container mx-auto px-6 max-w-4xl">
        <h2 class="text-4xl font-bold text-center text-indigo-700 mb-12">What Clients Say</h2>
        <div class="grid grid-cols-1 md:grid-cols-2 gap-10">
            <!-- Testimonial 1 -->
            <div class="bg-gray-50 p-8 rounded-xl shadow-md border border-gray-200">
                <p class="text-lg italic text-gray-700 mb-6">
                    "Working with Dr. Sharma was a game-changer for our company. Her strategic insights transformed our digital presence and significantly boosted our market reach. Highly recommended!"
                </p>
                <div class="flex items-center">
                    <img src="https://placehold.co/60x60/a78bfa/FFFFFF/png?text=Client1" alt="Client 1" class="rounded-full mr-4">
                    <div>
                        <p class="font-semibold text-gray-900">Emily R., CEO Tech Innovations</p>
                        <p class="text-sm text-gray-600">Technology Sector</p>
                    </div>
                </div>
            </div>
            <!-- Testimonial 2 -->
            <div class="bg-gray-50 p-8 rounded-xl shadow-md border border-gray-200">
                <p class="text-lg italic text-gray-700 mb-6">
                    "Anya's expertise in digital marketing is unparalleled. She helped us navigate complex online landscapes and achieve incredible ROI. A true partner in growth."
                </p>
                <div class="flex items-center">
                    <img src="https://placehold.co/60x60/a78bfa/FFFFFF/png?text=Client2" alt="Client 2" class="rounded-full mr-4">
                    <div>
                        <p class="font-semibold text-gray-900">Mark T., Marketing Director</p>
                        <p class="text-sm text-gray-600">Retail Industry</p>
                    </div>
                </div>
            </div>
            <!-- Testimonial 3 -->
            <div class="bg-gray-50 p-8 rounded-xl shadow-md border border-gray-200 md:col-span-2 mx-auto max-w-lg">
                <p class="text-lg italic text-gray-700 mb-6">
                    "From strategy to execution, Dr. Sharma provided invaluable guidance. Her clear communication and results-driven approach made our digital transformation seamless and successful."
                </p>
                <div class="flex items-center">
                    <img src="https://placehold.co/60x60/a78bfa/FFFFFF/png?text=Client3" alt="Client 3" class="rounded-full mr-4">
                    <div>
                        <p class="font-semibold text-gray-900">Sarah L., Founder E-commerce Ventures</p>
                        <p class="text-sm text-gray-600">E-commerce Startup</p>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>

<!-- Contact Section -->
<section id="contact" class="py-16 md:py-24 bg-gray-100">
    <div class="container mx-auto px-6 max-w-3xl">
        <h2 class="text-4xl font-bold text-center text-indigo-700 mb-12">Get in Touch</h2>
        <div class="bg-white p-8 rounded-xl shadow-lg border border-gray-200">
            <form class="space-y-6">
                <div>
                    <label for="name" class="block text-sm font-medium text-gray-700 mb-2">Name</label>
                    <input type="text" id="name" name="name" class="mt-1 block w-full px-4 py-2 border border-gray-300 rounded-md shadow-sm focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm" placeholder="Your Name" required>
                </div>
                <div>
                    <label for="email" class="block text-sm font-medium text-gray-700 mb-2">Email</label>
                    <input type="email" id="email" name="email" class="mt-1 block w-full px-4 py-2 border border-gray-300 rounded-md shadow-sm focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm" placeholder="your.email@example.com" required>
                </div>
                <div>
                    <label for="message" class="block text-sm font-medium text-gray-700 mb-2">Message</label>
                    <textarea id="message" name="message" rows="5" class="mt-1 block w-full px-4 py-2 border border-gray-300 rounded-md shadow-sm focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm" placeholder="Tell me about your business needs..." required></textarea>
                </div>
                <div class="text-center">
                    <button type="submit" class="inline-block px-8 py-3 rounded-full text-lg font-semibold text-white btn-secondary hover:bg-orange-600">
                        Send Message
                    </button>
                </div>
            </form>
        </div>
    </div>
</section>

<!-- Footer -->
<footer class="bg-gray-800 text-white py-8 mt-12">
    <div class="container mx-auto px-6 text-center">
        <p>&copy; 2025 Dr. Anya Sharma. All rights reserved.</p>
        <div class="flex justify-center space-x-6 mt-4">
            <a href="#" class="text-gray-400 hover:text-white transition duration-300"><i class="fab fa-linkedin-in text-xl"></i></a>
            <a href="#" class="text-gray-400 hover:text-white transition duration-300"><i class="fab fa-twitter text-xl"></i></a>
            <a href="#" class="text-gray-400 hover:text-white transition duration-300"><i class="fab fa-facebook-f text-xl"></i></a>
        </div>
    </div>
</footer>

<script>
    // Smooth scrolling for navigation links
    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
        anchor.addEventListener('click', function (e) {
            e.preventDefault();
            document.querySelector(this.getAttribute('href')).scrollIntoView({
                behavior: 'smooth'
            });
            // Close mobile menu if open
            const mobileMenu = document.getElementById('mobile-menu');
            if (!mobileMenu.classList.contains('hidden')) {
                mobileMenu.classList.add('hidden');
            }
        });
    });

    // Toggle mobile menu visibility
    const mobileMenuButton = document.getElementById('mobile-menu-button');
    const mobileMenu = document.getElementById('mobile-menu');

    mobileMenuButton.addEventListener('click', () => {
        mobileMenu.classList.toggle('hidden');
    });

    // Close mobile menu when clicking outside (optional, but good for UX)
    document.addEventListener('click', (event) => {
        if (!mobileMenu.contains(event.target) && !mobileMenuButton.contains(event.target) && !mobileMenu.classList.contains('hidden')) {
            mobileMenu.classList.add('hidden');
        }
    });

    // Basic form submission handler (client-side only, no backend)
    const contactForm = document.querySelector('#contact form');
    if (contactForm) {
        contactForm.addEventListener('submit', function(e) {
            e.preventDefault();
            // In a real WordPress site, this would be handled by a plugin or custom PHP
            alert('Thank you for your message! We will get back to you shortly.');
            contactForm.reset(); // Clear the form
        });
    }
</script>
Scroll to Top