Update src/app/page.tsx

This commit is contained in:
2025-12-25 01:40:16 +00:00
parent 40512cb839
commit 6c057458f1

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -68,7 +68,7 @@ export default function LandingPage() {
id: "1",
name: "Standard Room",
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",
imageAlt: "Standard hotel room with queen bed"
},
@@ -76,7 +76,7 @@ export default function LandingPage() {
id: "2",
name: "Deluxe Room",
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",
imageAlt: "Deluxe hotel room with king bed"
},
@@ -84,11 +84,11 @@ export default function LandingPage() {
id: "3",
name: "Luxury Suite",
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",
imageAlt: "Premium luxury suite with panoramic views"
}
]
]}
/>
</div>
@@ -118,6 +118,17 @@ export default function LandingPage() {
"Michelin-star chef",
"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"