Update src/app/page.tsx

This commit is contained in:
2026-03-05 10:13:49 +00:00
parent 3833644917
commit b5fc8395d1

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
buttons={[
{ text: "Check Availability", href: "https://booking.example.com" },
{ text: "Book Your Stay Now", href: "https://booking.example.com" },
{ text: "View Rooms", href: "#rooms" },
]}
buttonAnimation="slide-up"
@@ -310,4 +310,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}