From 0e994800d94e6d465366c07e26c78bd874e2b8bb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 08:09:49 +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 2bd59d5..ec32e99 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,11 +138,11 @@ export default function LandingPage() { ]} kpiItems={[ { - value: "5/5", description: "Overall Rating"}, + value: "5/5"}, { - value: "1000+", description: "Journeys Completed"}, + value: "1000+"}, { - value: "99%", description: "On-Time Arrival"}, + value: "99%"}, ]} title="What Our Customers Say" description="Hear from satisfied travelers and clients who trust Royal Destiny LLC." -- 2.49.1