From 61e73d082743ea0a2409d4ad0b8b2fb5d76639d4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:11: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 09898ff..f717fb7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,9 +63,9 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ], stats: [ - { title: "Projects Completed", values: [150, 200, 285], description: "Satisfied customers across NC", badge: "24-Hour Response Guarantee" }, - { title: "Experience", values: [20, 21, 22], valueSuffix: "years", description: "Family-owned since 2002", badge: "Licensed & Insured" }, - { title: "Service Areas", values: [25, 30, 35], description: "Counties throughout NC", badge: "Fully Certified" } + { title: "Projects Completed", values: [150, 200, 285], description: "Satisfied customers across NC" }, + { title: "Experience", values: [20, 21, 22], valueSuffix: "years", description: "Family-owned since 2002" }, + { title: "Service Areas", values: [25, 30, 35], description: "Counties throughout NC" } ], chartTitle: "Concrete Projects by Type", chartData: [ { value: 35 }, -- 2.49.1