From 47f3f52249be4e8dfa463d546370a7ce3f141673 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 02:19:27 +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 bb5a4fc..0b93cad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -144,11 +144,11 @@ export default function LandingPage() { ]} kpiItems={[ { - value: "5-Star", description: "Rated Service"}, + value: "5-Star", label: "Rated Service"}, { - value: "10+", description: "Years Experience"}, + value: "10+", label: "Years Experience"}, { - value: "Locally", description: "Owned & Operated"}, + value: "Locally", label: "Owned & Operated"}, ]} title="Real Customers. Real Results." description="Don't just take our word for it—see what our satisfied clients have to say about Black Diamond Pool & Spa." -- 2.49.1