diff --git a/src/app/page.tsx b/src/app/page.tsx index fca04e1..94e3bbc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,7 +119,6 @@ export default function LandingPage() { 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", imageAlt: "Deluxe Room" }, @@ -127,7 +126,6 @@ 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", imageAlt: "Executive Suite" }, @@ -135,7 +133,6 @@ 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", imageAlt: "Premium Suite with View" }