Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user