diff --git a/src/app/page.tsx b/src/app/page.tsx index db40f9f..f57aed1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -204,23 +204,23 @@ export default function LandingPage() { metrics={[ { id: "1", - value: "99%", - title: "Guest Satisfaction", - description: "Consistently rated excellent by our valued guests", + value: "600", + title: "Happy Guests", + description: "Welcomed travelers from around the world", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767006038597-n7qc8lnx.jpg" }, { id: "2", - value: "25+", - title: "Years of Service", - description: "Quarter century of delivering premium hospitality", + value: "99%", + title: "Guest Satisfaction", + description: "Consistently rated excellent by our valued guests", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767006037732-pjwx8627.jpg" }, { id: "3", - value: "500K+", - title: "Happy Guests", - description: "Welcomed travelers from around the world", + value: "25+", + title: "Years of Service", + description: "Quarter century of delivering premium hospitality", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767006038597-n7qc8lnx.jpg" } ]}