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: "" } ]} />