diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7838a41..3a7e17e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,7 +8,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; -import { ArrowRight, Eye, Sparkles } from "lucide-react"; +import { ArrowRight, Eye, Handshake, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -29,31 +29,19 @@ export default function LandingPage() { @@ -66,22 +54,16 @@ export default function LandingPage() { description="We are a premium social media agency dedicated to crafting bespoke strategies that drive engagement, foster growth, and deliver measurable results for ambitious brands." bulletPoints={[ { - title: "Our Vision", - description: "To be the leading partner for brands seeking to master their digital narrative and create impactful social connections.", - icon: Eye, + title: "Our Vision", description: "To be the leading partner for brands seeking to master their digital narrative and create impactful social connections.", icon: Eye, }, { - title: "Our Expertise", - description: "Leveraging cutting-edge analytics and creative brilliance to transform social media challenges into opportunities.", - icon: Sparkles, + title: "Our Expertise", description: "Leveraging cutting-edge analytics and creative brilliance to transform social media challenges into opportunities.", icon: Sparkles, }, { - title: "Our Partnership", - description: "Building lasting relationships with our clients, acting as an extension of their team to achieve shared success.", - icon: Handshake, + title: "Our Partnership", description: "Building lasting relationships with our clients, acting as an extension of their team to achieve shared success.", icon: Handshake, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/divers-group-people-is-working-office_53876-47122.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/divers-group-people-is-working-office_53876-47122.jpg" imageAlt="business team collaboration meeting" /> @@ -93,33 +75,13 @@ export default function LandingPage() { useInvertedBackground={false} team={[ { - id: "1", - name: "Chloe Reynolds", - role: "Chief Social Strategist", - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", - imageAlt: "professional business woman avatar", - }, + id: "1", name: "Chloe Reynolds", role: "Chief Social Strategist", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "professional business woman avatar"}, { - id: "2", - name: "Liam Foster", - role: "Head of Content & Creative", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-businessman-trendy-suit-smiling-standing-against-white-background_1258-170863.jpg", - imageAlt: "professional business man avatar", - }, + id: "2", name: "Liam Foster", role: "Head of Content & Creative", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-businessman-trendy-suit-smiling-standing-against-white-background_1258-170863.jpg", imageAlt: "professional business man avatar"}, { - id: "3", - name: "Aisha Sharma", - role: "Lead Performance Analyst", - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-curly-hair-dressed-fashionable-clothes-round-spectacles-looks-away-considers-something_273609-55152.jpg", - imageAlt: "diverse woman avatar professional", - }, + id: "3", name: "Aisha Sharma", role: "Lead Performance Analyst", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-curly-hair-dressed-fashionable-clothes-round-spectacles-looks-away-considers-something_273609-55152.jpg", imageAlt: "diverse woman avatar professional"}, { - id: "4", - name: "Ben Carter", - role: "Community Engagement Manager", - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", - imageAlt: "diverse man avatar professional", - }, + id: "4", name: "Ben Carter", role: "Community Engagement Manager", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "diverse man avatar professional"}, ]} title="Meet Our Visionary Team" description="Our experts combine creativity with data-driven insights to achieve social media mastery for your brand." @@ -133,19 +95,13 @@ export default function LandingPage() { description="We are passionate about delivering exceptional value and fostering long-term success for our clients through dedication and innovation." metrics={[ { - value: "10+", - title: "Years in Industry", - }, + value: "10+", title: "Years in Industry"}, { - value: "500+", - title: "Successful Campaigns", - }, + value: "500+", title: "Successful Campaigns"}, { - value: "95%", - title: "Client Retention Rate", - }, + value: "95%", title: "Client Retention Rate"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/flat-lay-smiley-face-growth-arrow_23-2148780651.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/flat-lay-smiley-face-growth-arrow_23-2148780651.jpg" imageAlt="client growth graph chart" /> @@ -154,21 +110,16 @@ export default function LandingPage() { @@ -177,62 +128,37 @@ export default function LandingPage() { @@ -64,31 +52,20 @@ export default function LandingPage() { description="Have questions, need a quote, or want to discuss a custom social media strategy? Reach out to our team today." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, { - name: "subject", - type: "text", - placeholder: "Subject", - required: false, + name: "subject", type: "text", placeholder: "Subject", required: false, }, ]} textarea={{ - name: "message", - placeholder: "Your Message", - rows: 5, + name: "message", placeholder: "Your Message", rows: 5, required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/working-office_1150-130.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/working-office_1150-130.jpg" imageAlt="growth graph social media marketing" buttonText="Send Message" /> @@ -98,17 +75,12 @@ export default function LandingPage() { @@ -142,62 +109,37 @@ export default function LandingPage() { @@ -65,74 +53,50 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Strategic Content Creation", - description: "Crafting compelling narratives and visually stunning content that resonates with your target audience and strengthens your brand voice.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/social-media-star-recording-unboxing-new-phone-front-camera-her-studio_482257-26422.jpg?_wi=2", - imageAlt: "creative team content creation meeting", - }, + id: "1", title: "Strategic Content Creation", description: "Crafting compelling narratives and visually stunning content that resonates with your target audience and strengthens your brand voice.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/social-media-star-recording-unboxing-new-phone-front-camera-her-studio_482257-26422.jpg", imageAlt: "creative team content creation meeting"}, items: [ { icon: Lightbulb, - text: "Audience-centric content strategy", - }, + text: "Audience-centric content strategy"}, { icon: Sparkles, - text: "High-quality graphic design & video production", - }, + text: "High-quality graphic design & video production"}, { icon: Palette, - text: "Brand-consistent visual storytelling", - }, + text: "Brand-consistent visual storytelling"}, ], reverse: false, }, { - id: "2", - title: "Audience Growth & Engagement", - description: "Implementing data-driven tactics to expand your reach, attract genuine followers, and foster a thriving, interactive community around your brand.", - media: { - imageSrc: "http://img.b2bpic.net/free-vector/twitter-interface-concept_23-2148594632.jpg?_wi=2", - imageAlt: "smartphone social media app interface", - }, + id: "2", title: "Audience Growth & Engagement", description: "Implementing data-driven tactics to expand your reach, attract genuine followers, and foster a thriving, interactive community around your brand.", media: { + imageSrc: "http://img.b2bpic.net/free-vector/twitter-interface-concept_23-2148594632.jpg", imageAlt: "smartphone social media app interface"}, items: [ { icon: Users, - text: "Targeted audience identification", - }, + text: "Targeted audience identification"}, { icon: MessageSquare, - text: "Proactive community management", - }, + text: "Proactive community management"}, { icon: TrendingUp, - text: "Engagement optimization strategies", - }, + text: "Engagement optimization strategies"}, ], reverse: true, }, { - id: "3", - title: "Performance Analytics & Reporting", - description: "Providing transparent, in-depth analysis of your social media campaigns, translating raw data into actionable insights for continuous improvement.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-planning-business-charts-digital-laptop-working-with-e-commerce-e-shopping-management-company-office-manager-using-statistics-develop-creative-project_482257-39076.jpg?_wi=2", - imageAlt: "social media performance analytics screen", - }, + id: "3", title: "Performance Analytics & Reporting", description: "Providing transparent, in-depth analysis of your social media campaigns, translating raw data into actionable insights for continuous improvement.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-planning-business-charts-digital-laptop-working-with-e-commerce-e-shopping-management-company-office-manager-using-statistics-develop-creative-project_482257-39076.jpg", imageAlt: "social media performance analytics screen"}, items: [ { icon: BarChart2, - text: "Customizable dashboard & KPIs", - }, + text: "Customizable dashboard & KPIs"}, { icon: LineChart, - text: "ROI tracking & conversion analysis", - }, + text: "ROI tracking & conversion analysis"}, { icon: ClipboardList, - text: "Regular, detailed performance reports", - }, + text: "Regular, detailed performance reports"}, ], reverse: false, }, @@ -143,35 +107,22 @@ export default function LandingPage() {
-
@@ -182,50 +133,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Eleanor Vance", - handle: "@EleanorV", - testimonial: "Apex Social completely revolutionized our brand's online presence. Their strategic approach and creative content truly set us apart!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg", - imageAlt: "Eleanor Vance portrait", - }, + id: "1", name: "Eleanor Vance", handle: "@EleanorV", testimonial: "Apex Social completely revolutionized our brand's online presence. Their strategic approach and creative content truly set us apart!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg", imageAlt: "Eleanor Vance portrait"}, { - id: "2", - name: "Marcus Chen", - handle: "@MarcusC", - testimonial: "The team at Apex Social is phenomenal. Their analytics-driven strategy provided incredible insights and boosted our engagement significantly.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg", - imageAlt: "Marcus Chen portrait", - }, + id: "2", name: "Marcus Chen", handle: "@MarcusC", testimonial: "The team at Apex Social is phenomenal. Their analytics-driven strategy provided incredible insights and boosted our engagement significantly.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg", imageAlt: "Marcus Chen portrait"}, { - id: "3", - name: "Sarah Miller", - handle: "@SarahM", - testimonial: "Working with Apex Social was a game-changer for our customer acquisition. Their targeted campaigns delivered exceptional ROI.", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/happy-female-shopper-applying-dress-with-hanger-looking-mirror-woman-choosing-clothes-fashion-store-shopping-retail-concept_74855-11792.jpg", - imageAlt: "Sarah Miller portrait", - }, + id: "3", name: "Sarah Miller", handle: "@SarahM", testimonial: "Working with Apex Social was a game-changer for our customer acquisition. Their targeted campaigns delivered exceptional ROI.", rating: 4, + imageSrc: "http://img.b2bpic.net/free-photo/happy-female-shopper-applying-dress-with-hanger-looking-mirror-woman-choosing-clothes-fashion-store-shopping-retail-concept_74855-11792.jpg", imageAlt: "Sarah Miller portrait"}, { - id: "4", - name: "David Kim", - handle: "@DavidK", - testimonial: "Their bespoke content strategy was exactly what we needed. We saw immediate growth and a much stronger community.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-entrepreneur-standing-office-looking-camera_637285-2744.jpg", - imageAlt: "David Kim portrait", - }, + id: "4", name: "David Kim", handle: "@DavidK", testimonial: "Their bespoke content strategy was exactly what we needed. We saw immediate growth and a much stronger community.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-entrepreneur-standing-office-looking-camera_637285-2744.jpg", imageAlt: "David Kim portrait"}, { - id: "5", - name: "Olivia Rodriguez", - handle: "@OliviaR", - testimonial: "Apex Social's dedicated approach and innovative ideas helped us achieve milestones we thought were impossible. Highly recommend!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-microphone_23-2149200039.jpg", - imageAlt: "Olivia Rodriguez portrait", - }, + id: "5", name: "Olivia Rodriguez", handle: "@OliviaR", testimonial: "Apex Social's dedicated approach and innovative ideas helped us achieve milestones we thought were impossible. Highly recommend!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-microphone_23-2149200039.jpg", imageAlt: "Olivia Rodriguez portrait"}, ]} showRating={true} title="What Our Clients Say" @@ -237,21 +158,16 @@ export default function LandingPage() { @@ -260,62 +176,37 @@ export default function LandingPage() {