From 238376ebe128ddaa98558d79d6941a61cff157f5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 23:12:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ccbfdd..bf9e04c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,7 +40,7 @@ export default function LandingPage() { { name: "Contact", id: "contact"}, ]} - brandName="Gonzalez Renovations" + brandName="" /> @@ -126,10 +126,10 @@ export default function LandingPage() { metrics={[ { icon: Home, - label: "Homes Renovated", value: "450+"}, + label: "Homes Renovated", value: "670+"}, { icon: Clock, - label: "Years Experience", value: "20+"}, + label: "Years Experience", value: "14+"}, { icon: Smile, label: "Happy Clients", value: "99%"}, -- 2.49.1