From 8b4374840698d05c4172e61c6c84e241824010c2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 18:05:04 +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 1ba9b09..c2a92df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -177,11 +177,11 @@ export default function LandingPage() { ]} kpiItems={[ { - value: "Client Satisfaction"}, + label: "Client Satisfaction", value: "Client Satisfaction"}, { - value: "Positive Feedback"}, + label: "Positive Feedback", value: "Positive Feedback"}, { - value: "Repeat Business"}, + label: "Repeat Business", value: "Repeat Business"}, ]} title="What Our Clients Say" description="Real stories from satisfied customers across Varna, highlighting our dedication and quality service. Your trust is our greatest reward." -- 2.49.1