Merge version_2 into main #1
@@ -57,7 +57,10 @@ export default function LandingPage() {
|
||||
tag="About Us"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767457177791-mvsojj5m.jpg"
|
||||
imageAlt="Hotel lobby and facilities"
|
||||
buttons={[{ text: "Explore Rooms", href: "rooms" }]}
|
||||
buttons={[
|
||||
{ text: "Explore Rooms", href: "rooms" },
|
||||
{ text: "Check Availability", href: "contact" }
|
||||
]}
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</div>
|
||||
@@ -86,7 +89,7 @@ export default function LandingPage() {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767457178746-mnffurau.jpg",
|
||||
imageAlt: "Luxury suite with panoramic view"
|
||||
}
|
||||
]}
|
||||
]
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
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.",
|
||||
buttons: [{ text: "Book Now", href: "contact" }]
|
||||
}
|
||||
]}
|
||||
]
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
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",
|
||||
imageAlt: "James Wilson"
|
||||
}
|
||||
]}
|
||||
]
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
@@ -246,7 +249,7 @@ export default function LandingPage() {
|
||||
title: "Do you have meeting spaces?",
|
||||
content: "Yes, we offer fully equipped conference rooms and event spaces perfect for meetings, conferences, and celebrations."
|
||||
}
|
||||
]}
|
||||
]
|
||||
textPosition="left"
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
@@ -296,7 +299,7 @@ export default function LandingPage() {
|
||||
{ label: "123 Hotel Street, City", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
]
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user