From 0cf9bd457ac8591f266bc09a6c7eb14a52598ced Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 03:31:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 312 ++++++++++++----------------------------------- 1 file changed, 76 insertions(+), 236 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a692639..71c6d66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,25 +33,15 @@ export default function LandingPage() { @@ -61,100 +51,57 @@ export default function LandingPage() { @@ -166,19 +113,13 @@ export default function LandingPage() { metrics={[ { icon: Zap, - label: "Engagement Increase", - value: "240%", - }, + label: "Engagement Increase", value: "240%"}, { icon: Target, - label: "Leads Generated", - value: "15k+", - }, + label: "Leads Generated", value: "15k+"}, { icon: Award, - label: "Client Retention", - value: "98%", - }, + label: "Client Retention", value: "98%"}, ]} metricsAnimation="blur-reveal" /> @@ -191,64 +132,43 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Precision Targeting", - description: "Reach your ideal demographic with laser-focused content alignment strategies.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-diverse-people-showing-pie-chart-tablet_53876-71499.jpg", - }, + title: "Precision Targeting", description: "Reach your ideal demographic with laser-focused content alignment strategies.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-diverse-people-showing-pie-chart-tablet_53876-71499.jpg"}, items: [ { icon: CheckCircle, - text: "Demographic Analysis", - }, + text: "Demographic Analysis"}, { icon: CheckCircle, - text: "Custom Content Streams", - }, + text: "Custom Content Streams"}, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-cleaning-process_23-2149343050.jpg?_wi=2", - imageAlt: "social media growth analytics UI", }, { - title: "Automated Engagement", - description: "Streamline communication with automated, human-centric responses and workflows.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg", - }, + title: "Automated Engagement", description: "Streamline communication with automated, human-centric responses and workflows.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg"}, items: [ { icon: CheckCircle, - text: "Response Automation", - }, + text: "Response Automation"}, { icon: CheckCircle, - text: "Brand Voice Consistency", - }, + text: "Brand Voice Consistency"}, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/executive-looking-some-information-digital-tablet_329181-10364.jpg?_wi=1", - imageAlt: "social media growth analytics UI", }, { - title: "Performance Tracking", - description: "Real-time metrics that pivot strategies on the fly for optimal performance.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", - }, + title: "Performance Tracking", description: "Real-time metrics that pivot strategies on the fly for optimal performance.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg"}, items: [ { icon: CheckCircle, - text: "Custom Reporting", - }, + text: "Custom Reporting"}, { icon: CheckCircle, - text: "ROI Attribution", - }, + text: "ROI Attribution"}, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-drinking-coffee-caf_23-2147955295.jpg?_wi=2", - imageAlt: "social media growth analytics UI", }, ]} title="Advanced Growth Systems" @@ -259,29 +179,15 @@ export default function LandingPage() {
@@ -310,50 +209,25 @@ export default function LandingPage() { @@ -365,25 +239,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "How do we measure ROI?", - content: "We utilize custom attribution dashboards that link social engagements to specific revenue milestones.", - }, + id: "q1", title: "How do we measure ROI?", content: "We utilize custom attribution dashboards that link social engagements to specific revenue milestones."}, { - id: "q2", - title: "What platforms do you support?", - content: "Our expertise spans Instagram, TikTok, LinkedIn, Twitter, and professional community forums.", - }, + id: "q2", title: "What platforms do you support?", content: "Our expertise spans Instagram, TikTok, LinkedIn, Twitter, and professional community forums."}, { - id: "q3", - title: "Is onboarding complex?", - content: "We offer a streamlined 5-day discovery process to get your accounts optimized and running smoothly.", - }, + id: "q3", title: "Is onboarding complex?", content: "We offer a streamlined 5-day discovery process to get your accounts optimized and running smoothly."}, { - id: "q4", - title: "Do you provide content creation?", - content: "Yes, we handle end-to-end creative production including video, design, and strategic copywriting.", - }, + id: "q4", title: "Do you provide content creation?", content: "Yes, we handle end-to-end creative production including video, design, and strategic copywriting."}, ]} title="Frequently Asked Questions" description="Common inquiries about our strategy, onboarding process, and performance expectations." @@ -395,8 +257,7 @@ export default function LandingPage() {
-- 2.49.1