Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c2ed8fe07 | |||
| b5fc8395d1 | |||
| 3833644917 | |||
| 95eb2ef5af |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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