2 Commits

Author SHA1 Message Date
129be31698 Update src/app/page.tsx 2026-05-06 22:04:17 +00:00
8f76649694 Merge version_2 into main
Merge version_2 into main
2026-05-06 22:02:30 +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>
);
}
}