From 32ce2e7db0974ac191ba2155c983e4992ff8916f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 06:15:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 212 ++++++++++++----------------------------------- 1 file changed, 51 insertions(+), 161 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4edddae..0978a55 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,77 +48,44 @@ export default function LandingPage() {
@@ -151,20 +110,11 @@ export default function LandingPage() { description="We utilize proprietary methodologies to optimize every facet of your digital infrastructure." accordionItems={[ { - id: "f1", - title: "Data Analytics", - content: "Real-time insights that drive decision making.", - }, + id: "f1", title: "Data Analytics", content: "Real-time insights that drive decision making."}, { - id: "f2", - title: "Growth Marketing", - content: "Targeted strategies that reach your audience.", - }, + id: "f2", title: "Growth Marketing", content: "Targeted strategies that reach your audience."}, { - id: "f3", - title: "Automation Suites", - content: "Workflow optimization for increased productivity.", - }, + id: "f3", title: "Automation Suites", content: "Workflow optimization for increased productivity."}, ]} imageSrc="http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-57872.jpg" mediaAnimation="slide-up" @@ -175,25 +125,17 @@ export default function LandingPage() { @@ -225,59 +160,28 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah J.", - role: "CEO", - company: "Tech", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/excited-funny-asian-manager-colleagues_1262-5011.jpg", - }, + id: "1", name: "Sarah J.", role: "CEO", company: "Tech", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/excited-funny-asian-manager-colleagues_1262-5011.jpg"}, { - id: "2", - name: "Mike D.", - role: "CTO", - company: "Labs", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-business-coach-posing-training-room_74855-3026.jpg", - }, + id: "2", name: "Mike D.", role: "CTO", company: "Labs", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-business-coach-posing-training-room_74855-3026.jpg"}, { - id: "3", - name: "Emma R.", - role: "CMO", - company: "Growth", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-couch-smiling_23-2148095699.jpg", - }, + id: "3", name: "Emma R.", role: "CMO", company: "Growth", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-couch-smiling_23-2148095699.jpg"}, { - id: "4", - name: "David K.", - role: "PM", - company: "Start", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-employee-starts-first-day-job-unpacking-belongings-meeting-coworkers_482257-126385.jpg", - }, + id: "4", name: "David K.", role: "PM", company: "Start", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-employee-starts-first-day-job-unpacking-belongings-meeting-coworkers_482257-126385.jpg"}, { - id: "5", - name: "Jane D.", - role: "Lead", - company: "Brand", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-digital-tablet-office_329181-12088.jpg", - }, + id: "5", name: "Jane D.", role: "Lead", company: "Brand", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-digital-tablet-office_329181-12088.jpg"}, ]} kpiItems={[ { - value: "98%", - label: "Retention", - }, + value: "98%", label: "Retention"}, { - value: "4.9/5", - label: "Avg Rating", - }, + value: "4.9/5", label: "Avg Rating"}, { - value: "50+", - label: "Projects", - }, + value: "50+", label: "Projects"}, ]} title="Client Success" description="What our partners have to say about working with us." @@ -289,20 +193,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "How does pricing work?", - content: "We offer custom packages tailored to needs.", - }, + id: "q1", title: "How does pricing work?", content: "We offer custom packages tailored to needs."}, { - id: "q2", - title: "Do you provide support?", - content: "Dedicated support is included in all plans.", - }, + id: "q2", title: "Do you provide support?", content: "Dedicated support is included in all plans."}, { - id: "q3", - title: "Can you scale with us?", - content: "Our infrastructure is built for rapid scaling.", - }, + id: "q3", title: "Can you scale with us?", content: "Our infrastructure is built for rapid scaling."}, ]} sideTitle="Common Questions" faqsAnimation="blur-reveal" @@ -313,8 +208,7 @@ export default function LandingPage() {