From 387f979ac1bd361a5e03606612bc5811ed49aaf0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 18:54:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 174 ++++++++++++----------------------------------- 1 file changed, 42 insertions(+), 132 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b9cd774..5c1386d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,61 +46,38 @@ export default function LandingPage() {
@@ -120,19 +89,13 @@ export default function LandingPage() { metrics={[ { icon: TrendingUp, - label: "Growth Rate", - value: "450%", - }, + label: "Growth Rate", value: "450%"}, { icon: Award, - label: "Awards Won", - value: "12", - }, + label: "Awards Won", value: "12"}, { icon: Users, - label: "Active Clients", - value: "30+", - }, + label: "Active Clients", value: "30+"}, ]} metricsAnimation="slide-up" /> @@ -140,24 +103,16 @@ export default function LandingPage() {
@@ -190,45 +138,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Miller", - role: "CMO", - company: "Apex", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3777.jpg", - }, + id: "1", name: "Sarah Miller", role: "CMO", company: "Apex", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3777.jpg"}, { - id: "2", - name: "Mark Chen", - role: "CEO", - company: "Zenith", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg", - }, + id: "2", name: "Mark Chen", role: "CEO", company: "Zenith", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg"}, { - id: "3", - name: "Elena Ross", - role: "Founder", - company: "Orbit", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", - }, + id: "3", name: "Elena Ross", role: "Founder", company: "Orbit", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg"}, { - id: "4", - name: "David Kim", - role: "Director", - company: "Nova", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-man-standing-up-smiling-living-room_23-2148441066.jpg", - }, + id: "4", name: "David Kim", role: "Director", company: "Nova", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-man-standing-up-smiling-living-room_23-2148441066.jpg"}, { - id: "5", - name: "Julia Scott", - role: "VP Marketing", - company: "Flux", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg", - }, + id: "5", name: "Julia Scott", role: "VP Marketing", company: "Flux", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg"}, ]} title="Client Success Stories" description="See why industry leaders trust VANTAGE with their reputation." @@ -239,14 +162,11 @@ export default function LandingPage() {
@@ -257,29 +177,19 @@ export default function LandingPage() { logoText="VANTAGE" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Services", - href: "#features", - }, + label: "Services", href: "#features"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, ], }, ]} -- 2.49.1