From 63d1b09e72bb15aed10e2075b9d2df4d9cc44ead Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 12:59:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 235 ++++++++++------------------------------------- 1 file changed, 51 insertions(+), 184 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 57c7060..9462cc0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,21 +34,13 @@ export default function LandingPage() { @@ -57,66 +49,41 @@ export default function LandingPage() {
@@ -128,24 +95,16 @@ export default function LandingPage() { metrics={[ { icon: CheckCircle, - label: "Rating", - value: "5.0 Stars", - }, + label: "Rating", value: "5.0 Stars"}, { icon: Clock, - label: "Response", - value: "Fast", - }, + label: "Response", value: "Fast"}, { icon: ShieldCheck, - label: "Work", - value: "Clean", - }, + label: "Work", value: "Clean"}, { icon: DollarSign, - label: "Pricing", - value: "Honest", - }, + label: "Pricing", value: "Honest"}, ]} metricsAnimation="slide-up" /> @@ -153,23 +112,16 @@ export default function LandingPage() {