|
|
|
|
@@ -42,12 +42,12 @@ export default function LandingPage() {
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroLogo
|
|
|
|
|
logoText="HOTEL LAVISH"
|
|
|
|
|
description="Experience comfort, luxury, and hospitality at the best location."
|
|
|
|
|
description="Limited availability this season. Experience comfort, luxury, and hospitality at the best location."
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Book Now", href: "#contact" },
|
|
|
|
|
{ text: "View Rooms", href: "#rooms" },
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1"
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYiKjXt30PxkrcKsEObZ5DgwDO/uploaded-1772785237554-r9uni93m.png"
|
|
|
|
|
imageAlt="Luxurious hotel room with premium amenities"
|
|
|
|
|
showDimOverlay={true}
|
|
|
|
|
/>
|
|
|
|
|
@@ -72,10 +72,10 @@ export default function LandingPage() {
|
|
|
|
|
reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior_74190-9503.jpg?_wi=1", imageAlt: "Clean and comfortable standard hotel room"},
|
|
|
|
|
{
|
|
|
|
|
id: "2", brand: "Hotel Lavish", name: "Deluxe Room", price: "Premium Experience", rating: 5,
|
|
|
|
|
reviewCount: "95 reviews", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "Spacious deluxe room with modern furnishings"},
|
|
|
|
|
reviewCount: "95 reviews", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYiKjXt30PxkrcKsEObZ5DgwDO/uploaded-1772785285781-j5706stb.png", imageAlt: "Spacious deluxe room with modern furnishings"},
|
|
|
|
|
{
|
|
|
|
|
id: "3", brand: "Hotel Lavish", name: "Executive Suite", price: "Ultimate Luxury", rating: 5,
|
|
|
|
|
reviewCount: "78 reviews", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=3", imageAlt: "Luxurious executive suite with premium amenities"},
|
|
|
|
|
reviewCount: "78 reviews", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYiKjXt30PxkrcKsEObZ5DgwDO/uploaded-1772785303791-l2c45xm3.png", imageAlt: "Luxurious executive suite with premium amenities"},
|
|
|
|
|
]}
|
|
|
|
|
title="Our Rooms & Suites"
|
|
|
|
|
description="Experience comfort and luxury in our thoughtfully designed rooms, each equipped with premium amenities."
|
|
|
|
|
@@ -138,7 +138,7 @@ export default function LandingPage() {
|
|
|
|
|
description="Subscribe to our newsletter for exclusive offers, room availability updates, and special promotions. Contact us today to make your reservation at Hotel Lavish."
|
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/wide-angle-shot-travel-accommodation-hotel-lounge-with-check-reception-desk-stylish-empty-modern-resort-foyer-interior-with-cozy-furniture-warm-fireplace-ready-welcome-tourists_482257-67830.jpg"
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYiKjXt30PxkrcKsEObZ5DgwDO/uploaded-1772785370905-eix1mib3.png"
|
|
|
|
|
mediaAnimation="none"
|
|
|
|
|
mediaPosition="right"
|
|
|
|
|
inputPlaceholder="Enter your email"
|
|
|
|
|
@@ -184,4 +184,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|