From 5ab0a640c8b82bb7bd4c6bd72ff79223ad5a5924 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 22:22:29 +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 4634eba..39388dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,15 +129,15 @@ export default function LandingPage() { kpiItems={[ { value: "5.0", - title: "Rating on Google", + description: "Rating on Google", }, { value: "130+", - title: "Client Reviews", + description: "Client Reviews", }, { value: "Visible", - title: "Results Fast" + description: "Results Fast" }, ]} title="Real Results, Real Confidence" -- 2.49.1