From d9b71aaae7c728353a3f4097b4af023c7e1b1fed Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 19:32:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 305 +++++++---------------------------------------- 1 file changed, 45 insertions(+), 260 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 533065a..31a2170 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,102 +31,31 @@ export default function LandingPage() {
@@ -134,21 +63,12 @@ export default function LandingPage() { @@ -156,42 +76,14 @@ export default function LandingPage() {
@@ -202,169 +94,62 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} metrics={[ - { - id: "1", - value: "6+", - title: "Years of Service", - description: "Serving Northern Nevada since 2018", - icon: Calendar, - }, - { - id: "2", - value: "73+", - title: "Reviews", - description: "High 4.7-star rating", - icon: Star, - }, - { - id: "3", - value: "100%", - title: "Safety Verified", - description: "License and background checked", - icon: Shield, - }, + { id: "1", value: "4.7", title: "Rating", description: "Rated by our happy clients", icon: Star }, + { id: "2", value: "73", title: "Reviews", description: "Proven customer satisfaction", icon: Star }, + { id: "3", value: "6+", title: "Years", description: "Experience in business", icon: Calendar }, ]} - title="Why Choose Reno Landscapes" - description="Committed to quality and community satisfaction." + title="Proven Track Record" + description="Quality and trust define everything we do at Legacy Landscaping." />
); -} +} \ No newline at end of file