diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d53c5a..2c590c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,138 +32,44 @@ export default function LandingPage() {
@@ -171,12 +77,7 @@ export default function LandingPage() { @@ -186,21 +87,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - icon: Zap, - title: "Audience Intelligence", - description: "Leveraging deep insights to reach your target demographics effectively.", - }, - { - icon: BarChart, - title: "Performance Tracking", - description: "Detailed reporting to optimize ROI and maximize impact daily.", - }, - { - icon: Palette, - title: "Visual Storytelling", - description: "Stunning content that captivates and builds lasting brand loyalty.", - }, + { icon: Zap, title: "Audience Intelligence", description: "Leveraging deep insights to reach your target demographics effectively." }, + { icon: BarChart, title: "Performance Tracking", description: "Detailed reporting to optimize ROI and maximize impact daily." }, + { icon: Palette, title: "Visual Storytelling", description: "Stunning content that captivates and builds lasting brand loyalty." } ]} title="Comprehensive Strategy" description="We leverage data, creative production, and platform-specific expertise to ensure your brand resonates where it matters most." @@ -209,30 +98,13 @@ export default function LandingPage() {
@@ -261,41 +127,11 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Sarah Chen", - role: "CMO", - testimonial: "AgencyElite transformed our digital approach with unmatched strategic insight.", - imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg", - }, - { - id: "t2", - name: "Marcus Thorne", - role: "CEO", - testimonial: "The ROI we've seen since partnering with them has been nothing short of spectacular.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-confident-bearded-man-brown-suit-wearing-glasses-looking-camera-smiling-cheerfully-with-arms-crossed-standing-purple-background_141793-110713.jpg", - }, - { - id: "t3", - name: "Emily Rodriguez", - role: "Brand Manager", - testimonial: "Professional, creative, and data-focused. A truly world-class team.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-smiling_23-2148452672.jpg", - }, - { - id: "t4", - name: "David Kim", - role: "Director", - testimonial: "They captured our brand identity perfectly and scaled our presence instantly.", - imageSrc: "http://img.b2bpic.net/free-photo/startup-worker-uses-laptop-open-space-reviewing-project-data-documents-workstation-executive-assistant-working-marketing-strategy-business-development-ai-developer_482257-65810.jpg", - }, - { - id: "t5", - name: "Jessica Lee", - role: "VP Marketing", - testimonial: "Exceptional team that delivers consistent, high-impact results every month.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-against-blur-backdrop_23-2148130407.jpg", - }, + { id: "t1", name: "Sarah Chen", role: "CMO", testimonial: "AgencyElite transformed our digital approach with unmatched strategic insight.", imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg" }, + { id: "t2", name: "Marcus Thorne", role: "CEO", testimonial: "The ROI we've seen since partnering with them has been nothing short of spectacular.", imageSrc: "http://img.b2bpic.net/free-photo/happy-confident-bearded-man-brown-suit-wearing-glasses-looking-camera-smiling-cheerfully-with-arms-crossed-standing-purple-background_141793-110713.jpg" }, + { id: "t3", name: "Emily Rodriguez", role: "Brand Manager", testimonial: "Professional, creative, and data-focused. A truly world-class team.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-smiling_23-2148452672.jpg" }, + { id: "t4", name: "David Kim", role: "Director", testimonial: "They captured our brand identity perfectly and scaled our presence instantly.", imageSrc: "http://img.b2bpic.net/free-photo/startup-worker-uses-laptop-open-space-reviewing-project-data-documents-workstation-executive-assistant-working-marketing-strategy-business-development-ai-developer_482257-65810.jpg" }, + { id: "t5", name: "Jessica Lee", role: "VP Marketing", testimonial: "Exceptional team that delivers consistent, high-impact results every month.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-against-blur-backdrop_23-2148130407.jpg" } ]} title="Client Success Stories" description="See why top-tier brands trust AgencyElite to scale their voice and maximize their digital reach." @@ -307,21 +143,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "q1", - title: "What industries do you specialize in?", - content: "We specialize in premium consumer brands and innovative B2B platforms.", - }, - { - id: "q2", - title: "How do you measure success?", - content: "We use custom dashboards that align with your specific KPIs and business goals.", - }, - { - id: "q3", - title: "How quickly can we start?", - content: "Our onboarding process is efficient and designed to get your strategy moving within a week.", - }, + { id: "q1", title: "What industries do you specialize in?", content: "We specialize in premium consumer brands and innovative B2B platforms." }, + { id: "q2", title: "How do you measure success?", content: "We use custom dashboards that align with your specific KPIs and business goals." }, + { id: "q3", title: "How quickly can we start?", content: "Our onboarding process is efficient and designed to get your strategy moving within a week." } ]} title="Common Questions" description="Answers to the most frequent questions from prospective brand partners." @@ -332,66 +156,18 @@ export default function LandingPage() {