Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-05-06 22:04:23 +00:00

View File

@@ -105,6 +105,10 @@ export default function LandingPage() {
]}
title="Our Luxurious Accommodations"
description="Explore our range of well-appointed rooms designed for comfort and elegance."
buttons={[
{
text: "Check Availability", href: "#contact"}
]}
/>
</div>
@@ -212,4 +216,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}