From 37570684608a3097a7d32a97b204b59bf692b9cf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 18:04:03 +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 b66acfc..233594e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -177,11 +177,11 @@ export default function LandingPage() { ]} kpiItems={[ { - value: "Client Satisfaction", title: "Our top priority, reflected in every service."}, + value: "Client Satisfaction", description: "Our top priority, reflected in every service."}, { - value: "Positive Feedback", title: "Consistently high ratings from our valued clients."}, + value: "Positive Feedback", description: "Consistently high ratings from our valued clients."}, { - value: "Repeat Business", title: "Building lasting relationships with the Varna community."}, + value: "Repeat Business", description: "Building lasting relationships with the Varna community."}, ]} 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