'use client'; import React from 'react'; import Image from 'next/image'; import Link from 'next/link'; import { Users, Layout, ShieldCheck, ArrowRight } from 'lucide-react'; import styles from './AboutSection.module.css'; const AboutSection = () => { return (
{/* Left Side - Image Composition */}
{/* Main Large Image (Top Right) */}
Business Professional
{/* Secondary Small Image (Bottom Left) */}
Team working
{/* Badge removed as requested */}
{/* Right Side - Content */}
{/* Subtitle */}
About Company
{/* Title */}

We Are The Best Social Media Marketing Agency

{/* Description */}

Elevate your brand with our data-driven social media strategies. We combine creativity with analytics to deliver campaigns that resonate with your audience and drive measurable results.

{/* Features List */}
  • Trusted Partner

    Over a decade of experience helping brands grow their online presence with verified strategies.

  • Fastpace Platform

    Rapid deployment of campaigns across all major social platforms to catch trends instantly.

  • Tested Reliability

    Consistent results and transparent reporting you can count on, backed by data.

{/* CTA Button */}
Discover More
{/* Counters Section Removed as requested */}
); }; export default AboutSection;