diff --git a/src/app/page.tsx b/src/app/page.tsx index 86f29bc..fca04e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,24 +75,28 @@ export default function LandingPage() { products={[ { id: "1", + name: "Spa & Wellness", price: "Rejuvenate", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184712312-lhl1h85w.jpg", imageAlt: "Spa & Wellness" }, { id: "2", + name: "Fine Dining", price: "Experience", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766849442209-g2s3b84q.jpg", imageAlt: "Fine Dining" }, { id: "3", + name: "Fitness Center", price: "Strengthen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184710583-yt05ru42.jpg", imageAlt: "Fitness Center" }, { id: "4", + name: "Sky Lounge", price: "Unwind", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766837634719-5otl8omu.jpg", imageAlt: "Sky Lounge" @@ -113,6 +117,7 @@ export default function LandingPage() { products={[ { id: "1", + name: "Deluxe Room", price: "$250/night", description: "King Bed • 450 sq ft", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184712312-lhl1h85w.jpg", @@ -120,6 +125,7 @@ export default function LandingPage() { }, { id: "2", + name: "Executive Suite", price: "$450/night", description: "Two Queen or King • 650 sq ft", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766849442209-g2s3b84q.jpg", @@ -127,6 +133,7 @@ export default function LandingPage() { }, { id: "3", + name: "Premium Suite with View", price: "$650/night", description: "King Bed + Sofa • 850 sq ft", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184710583-yt05ru42.jpg",