Update src/app/page.tsx

This commit is contained in:
2026-06-03 12:57:32 +00:00
parent f7d518da21
commit 4d0ce597b6

View File

@@ -69,6 +69,8 @@ export default function LandingPage() {
buttons={[
{
text: "Reserve Your Escape", href: "#contact"},
{
text: "Explore Rooms", href: "#accommodations"},
]}
buttonAnimation="opacity"
marqueeItems={[
@@ -277,4 +279,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}