'use client'; import React from 'react'; import Image from 'next/image'; import Link from 'next/link'; import { 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 SOCIAL BUDDY
{/* Title */}

A Smarter Way to Grow Your Social Presence

{/* Description */}

Social Buddy is a performance-focused social media marketing team helping businesses manage, optimize, and grow their presence across digital platforms. We work with brands that want clarity, consistency, and measurable progress from their social efforts.

{/* Features List */}
  • Strategic Partnership

    Strategic Partnership

    We collaborate closely with brands to understand their audience, objectives, and challenges—then translate those insights into practical social execution plans.

  • Efficient Campaign Execution

    Efficient Campaign Execution

    Our workflows enable quick rollout of content and campaigns across major social networks while maintaining alignment with brand goals.

  • Data-Led Performance Tracking

    Data-Led Performance Tracking

    Every activity is supported by clear metrics and transparent reporting, allowing brands to evaluate outcomes and refine decisions with confidence.

{/* CTA Button */}
Explore Our Approach
{/* Counters Section Removed as requested */}
); }; export default AboutSection;