Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
@@ -68,7 +68,7 @@ export default function LandingPage() {
|
|||||||
id: "1",
|
id: "1",
|
||||||
name: "Standard Room",
|
name: "Standard Room",
|
||||||
price: "$149",
|
price: "$149",
|
||||||
variant: "1 Queen Bed City View",
|
variant: "1 Queen Bed • City View",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184710583-yt05ru42.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184710583-yt05ru42.jpg",
|
||||||
imageAlt: "Standard hotel room with queen bed"
|
imageAlt: "Standard hotel room with queen bed"
|
||||||
},
|
},
|
||||||
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
|||||||
id: "2",
|
id: "2",
|
||||||
name: "Deluxe Room",
|
name: "Deluxe Room",
|
||||||
price: "$249",
|
price: "$249",
|
||||||
variant: "1 King Bed Mountain View",
|
variant: "1 King Bed • Mountain View",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766626651847-t469h1ri.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766626651847-t469h1ri.jpg",
|
||||||
imageAlt: "Deluxe hotel room with king bed"
|
imageAlt: "Deluxe hotel room with king bed"
|
||||||
},
|
},
|
||||||
@@ -84,11 +84,11 @@ export default function LandingPage() {
|
|||||||
id: "3",
|
id: "3",
|
||||||
name: "Luxury Suite",
|
name: "Luxury Suite",
|
||||||
price: "$449",
|
price: "$449",
|
||||||
variant: "2 Beds Panoramic View",
|
variant: "2 Beds • Panoramic View",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184712312-lhl1h85w.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184712312-lhl1h85w.jpg",
|
||||||
imageAlt: "Premium luxury suite with panoramic views"
|
imageAlt: "Premium luxury suite with panoramic views"
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -118,6 +118,17 @@ export default function LandingPage() {
|
|||||||
"Michelin-star chef",
|
"Michelin-star chef",
|
||||||
"Wine cellar"
|
"Wine cellar"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "meetings",
|
||||||
|
label: "Events & Meetings",
|
||||||
|
title: "Perfect Venue for Your Events",
|
||||||
|
items: [
|
||||||
|
"Ballroom capacity 500",
|
||||||
|
"Conference facilities",
|
||||||
|
"AV technology",
|
||||||
|
"Catering services"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
animationType="opacity"
|
animationType="opacity"
|
||||||
|
|||||||
Reference in New Issue
Block a user