From 5414df6e760c98b6c0c29764ec7674abafff8847 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 16:06:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bdced6c..f4fe267 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -141,16 +141,16 @@ export default function LandingPage() { animationType="slide-up" metrics={[ { - id: "years", value: "25+", title: "Years of Excellence", description: "Over two decades of providing world-class hospitality" + id: "years", value: "25+", title: "Years of Excellence", description: "Over two decades of providing world-class hospitality", videoSrc: "" }, { - id: "guests", value: "150K+", title: "Happy Guests", description: "Trusted by travelers from around the globe" + id: "guests", value: "150K+", title: "Happy Guests", description: "Trusted by travelers from around the globe", videoSrc: "" }, { - id: "awards", value: "45+", title: "International Awards", description: "Recognized excellence in luxury hospitality" + id: "awards", value: "45+", title: "International Awards", description: "Recognized excellence in luxury hospitality", videoSrc: "" }, { - id: "rating", value: "4.9/5", title: "Guest Rating", description: "Consistently praised for quality and service" + id: "rating", value: "4.9/5", title: "Guest Rating", description: "Consistently praised for quality and service", videoSrc: "" } ]} />