From e44890fd77e597f960c613ee2766bc6c6396e505 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 09:05:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 153 +++++++++++------------------------------------ 1 file changed, 36 insertions(+), 117 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8bbcd27..1fbe60e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,46 +45,29 @@ export default function LandingPage() {
@@ -105,17 +80,11 @@ export default function LandingPage() { description="At Growvix, we don't believe in 'creative fluff'. Every strategy we implement is measured, optimized, and built to drive high-ticket revenue. We treat your brand with the authority it deserves." bulletPoints={[ { - title: "Data-First Approach", - description: "No guessing games. Decisions based on real-time performance data.", - }, + title: "Data-First Approach", description: "No guessing games. Decisions based on real-time performance data."}, { - title: "Authority Positioning", - description: "We ensure your brand communicates high value and premium positioning.", - }, + title: "Authority Positioning", description: "We ensure your brand communicates high value and premium positioning."}, { - title: "Results-Driven", - description: "Accountability is our core philosophy. We scale where the ROI is clear.", - }, + title: "Results-Driven", description: "Accountability is our core philosophy. We scale where the ROI is clear."}, ]} imageSrc="http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=1" mediaAnimation="slide-up" @@ -130,18 +99,11 @@ export default function LandingPage() { useInvertedBackground={true} negativeCard={{ items: [ - "Low-ticket volume", - "Generic templates", - "Unmeasured spend", - ], + "Low-ticket volume", "Generic templates", "Unmeasured spend"], }} positiveCard={{ items: [ - "Premium Paid Ads", - "Brand Identity Scaling", - "High-Converting Funnels", - "Advanced SEO Strategy", - ], + "Premium Paid Ads", "Brand Identity Scaling", "High-Converting Funnels", "Advanced SEO Strategy"], }} title="Elite Growth Systems" description="Select the service package designed to take your revenue to the next level." @@ -157,64 +119,28 @@ export default function LandingPage() { description="Partnering with global brands to drive measurable, high-impact growth." kpiItems={[ { - value: "4.5x", - label: "Average ROI", - }, + value: "4.5x", label: "Average ROI"}, { - value: "200+", - label: "Projects Delivered", - }, + value: "200+", label: "Projects Delivered"}, { - value: "85%", - label: "Client Retention", - }, + value: "85%", label: "Client Retention"}, ]} testimonials={[ { - id: "t1", - name: "Sarah Jenkins", - role: "CMO", - company: "TechFlow", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=2", - imageAlt: "Sarah Jenkins", - }, + id: "t1", name: "Sarah Jenkins", role: "CMO", company: "TechFlow", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=2", imageAlt: "Sarah Jenkins"}, { - id: "t2", - name: "Mark Sterling", - role: "CEO", - company: "Vantage Group", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=3", - imageAlt: "Mark Sterling", - }, + id: "t2", name: "Mark Sterling", role: "CEO", company: "Vantage Group", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=3", imageAlt: "Mark Sterling"}, { - id: "t3", - name: "Elena Rodriguez", - role: "Founder", - company: "Lumina", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=4", - imageAlt: "Elena Rodriguez", - }, + id: "t3", name: "Elena Rodriguez", role: "Founder", company: "Lumina", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=4", imageAlt: "Elena Rodriguez"}, { - id: "t4", - name: "James Chen", - role: "Director of Growth", - company: "Synthetix", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=5", - imageAlt: "James Chen", - }, + id: "t4", name: "James Chen", role: "Director of Growth", company: "Synthetix", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=5", imageAlt: "James Chen"}, { - id: "t5", - name: "Amanda White", - role: "Founder", - company: "BloomCo", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=6", - imageAlt: "Amanda White", - }, + id: "t5", name: "Amanda White", role: "Founder", company: "BloomCo", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=6", imageAlt: "Amanda White"}, ]} /> @@ -223,14 +149,11 @@ export default function LandingPage() { @@ -242,18 +165,14 @@ export default function LandingPage() { socialLinks={[ { icon: Twitter, - href: "#", - ariaLabel: "Twitter", - }, + href: "#", ariaLabel: "Twitter"}, { icon: Linkedin, - href: "#", - ariaLabel: "LinkedIn", - }, + href: "#", ariaLabel: "LinkedIn"}, ]} /> ); -} +} \ No newline at end of file -- 2.49.1