Update src/app/page.tsx

This commit is contained in:
2026-01-03 16:40:12 +00:00
parent f619951f44
commit 91398b587c

View File

@@ -57,7 +57,10 @@ export default function LandingPage() {
tag="About Us" tag="About Us"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767457177791-mvsojj5m.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767457177791-mvsojj5m.jpg"
imageAlt="Hotel lobby and facilities" imageAlt="Hotel lobby and facilities"
buttons={[{ text: "Explore Rooms", href: "rooms" }]} buttons={[
{ text: "Explore Rooms", href: "rooms" },
{ text: "Check Availability", href: "contact" }
]}
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
/> />
</div> </div>
@@ -86,7 +89,7 @@ export default function LandingPage() {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767457178746-mnffurau.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767457178746-mnffurau.jpg",
imageAlt: "Luxury suite with panoramic view" imageAlt: "Luxury suite with panoramic view"
} }
]} ]
textboxLayout="default" textboxLayout="default"
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
@@ -165,7 +168,7 @@ export default function LandingPage() {
description: "Opulent suite with separate living area, butler service, premium amenities, and exclusive lounge access.", description: "Opulent suite with separate living area, butler service, premium amenities, and exclusive lounge access.",
buttons: [{ text: "Book Now", href: "contact" }] buttons: [{ text: "Book Now", href: "contact" }]
} }
]} ]
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
@@ -205,7 +208,7 @@ export default function LandingPage() {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767457181837-ubk7965l.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767457181837-ubk7965l.jpg",
imageAlt: "James Wilson" imageAlt: "James Wilson"
} }
]} ]
textboxLayout="default" textboxLayout="default"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
/> />
@@ -246,7 +249,7 @@ export default function LandingPage() {
title: "Do you have meeting spaces?", title: "Do you have meeting spaces?",
content: "Yes, we offer fully equipped conference rooms and event spaces perfect for meetings, conferences, and celebrations." content: "Yes, we offer fully equipped conference rooms and event spaces perfect for meetings, conferences, and celebrations."
} }
]} ]
textPosition="left" textPosition="left"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
/> />
@@ -296,7 +299,7 @@ export default function LandingPage() {
{ label: "123 Hotel Street, City", href: "#" } { label: "123 Hotel Street, City", href: "#" }
] ]
} }
]} ]
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>