From 13447de78b7cae063c125703a4d6edf82bcf4650 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 06:04:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 227 ++++++++--------------------------------------- 1 file changed, 36 insertions(+), 191 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 654b9d3..ea43e7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,26 +29,11 @@ export default function LandingPage() { @@ -226,22 +100,11 @@ export default function LandingPage() { useInvertedBackground={false} title="Why Locals Choose Andrew McReynolds" tag="Trusted Service" + metricsAnimation="slide-up" metrics={[ - { - id: "m1", - value: "10+", - description: "Years of Local Experience", - }, - { - id: "m2", - value: "500+", - description: "Happy Local Customers", - }, - { - id: "m3", - value: "100%", - description: "Quality Workmanship Guaranteed", - }, + { id: "m1", value: "10+", description: "Years of Local Experience" }, + { id: "m2", value: "500+", description: "Happy Local Customers" }, + { id: "m3", value: "100%", description: "Quality Workmanship Guaranteed" }, ]} /> @@ -250,21 +113,11 @@ export default function LandingPage() { @@ -272,9 +125,7 @@ export default function LandingPage() {
-- 2.49.1