export default function LandingPage() { return (
{/* Hero Section */}

Grow Your Brand with Social Media Marketing

Reach, engage, and convert your audience with expert strategy and creative content.

{/* Services Section */}
{[ { title: 'Content Creation', desc: 'We craft engaging posts tailored to your audience.' }, { title: 'Ad Campaigns', desc: 'Data-driven ad strategy to boost conversions.' }, { title: 'Analytics & Reports', desc: 'Measure success with detailed performance metrics.' }, ].map((service, i) => (

{service.title}

{service.desc}

))}
{/* Testimonials */}

What Our Clients Say

{[ "Incredible growth on Instagram in just 3 months!", "Our brand engagement doubled. Worth every penny.", "Their ad campaigns brought us real leads.", ].map((quote, i) => (

"{quote}"

– Client {i + 1}

))}
{/* CTA Section */}

Ready to Amplify Your Online Presence?

Let us handle your social media marketing while you focus on your business.

{/* Footer */}
); }