5 Commits

Author SHA1 Message Date
8ffec750af Update theme colors 2026-03-06 08:24:21 +00:00
7a2aec2ebd Update src/app/page.tsx 2026-03-06 08:23:24 +00:00
1736d7ed30 Update src/app/page.tsx 2026-03-06 08:17:13 +00:00
79e98b0eed Update src/app/layout.tsx 2026-03-06 08:17:13 +00:00
f10d3fc0c2 Merge version_2 into main
Merge version_2 into main
2026-03-06 05:52:29 +00:00
3 changed files with 16 additions and 16 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #0c1325;
--primary-cta: #0798ff;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #0c1325;
--accent: #93c7ff;
--background-accent: #a8cde8;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);