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