From 400312872e2861c9897d193f9fdc0eaa90bc186b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 08:38:48 +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 faef3a6..f05c529 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,8 +48,8 @@ export default function LandingPage() { description="Transform your luxury vehicle with our expert detailing, ceramic coating, PPF, and window tinting services. Trusted by Dubai's most discerning car owners." background={{ variant: "glowing-orb" }} kpis={[ - { value: "4.6★", label: "Rated by 263 Customers" }, - { value: "10+ Years", label: "Professional Experience" }, + { value: "98%", label: "Customer Satisfaction Rate" }, + { value: "500+", label: "Luxury Car Owners Served" }, { value: "Al Quoz", label: "Premium Location, Dubai" } ]} enableKpiAnimation={true} @@ -256,4 +256,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1