Update src/app/page.tsx

This commit is contained in:
2026-03-16 16:06:40 +00:00
parent 655e3df72f
commit 5414df6e76

View File

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