From cf66f6df094609a5c16294839e1e64589f62ebe8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:41:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 29be14d..c66532d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function HomePage() { metrics={[ { icon: Home, label: "Projects Completed", value: "500+" }, { icon: Users, label: "Satisfied Clients", value: "450+" }, - { icon: Award, label: "Years of Excellence", value: "18+" }, + { icon: Award, label: "Years of Service", value: "18+" }, { icon: Shield, label: "Industry Certified", value: "100%" }, ]} metricsAnimation="slide-up" @@ -101,8 +101,7 @@ export default function HomePage() { animationType="slide-up" useInvertedBackground={true} features={[ - { - title: "Residential Construction", description: + { title: "Residential Construction", description: "Custom homes and residential projects built to your specifications with attention to detail.", bentoComponent: "globe"}, { title: "Commercial Development", description: -- 2.49.1