Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-06 08:17:17 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -42,7 +42,7 @@ 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" },
@@ -184,4 +184,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}