diff --git a/src/app/page.tsx b/src/app/page.tsx index d7b02a4..86f29bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,28 +75,24 @@ export default function LandingPage() { products={[ { id: "1", - title: "Spa & Wellness", price: "Rejuvenate", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184712312-lhl1h85w.jpg", imageAlt: "Spa & Wellness" }, { id: "2", - title: "Fine Dining", price: "Experience", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766849442209-g2s3b84q.jpg", imageAlt: "Fine Dining" }, { id: "3", - title: "Fitness Center", price: "Strengthen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184710583-yt05ru42.jpg", imageAlt: "Fitness Center" }, { id: "4", - title: "Sky Lounge", price: "Unwind", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766837634719-5otl8omu.jpg", imageAlt: "Sky Lounge" @@ -117,7 +113,6 @@ export default function LandingPage() { products={[ { id: "1", - title: "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", @@ -125,7 +120,6 @@ export default function LandingPage() { }, { id: "2", - title: "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", @@ -133,7 +127,6 @@ export default function LandingPage() { }, { id: "3", - title: "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",