Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c2ed8fe07 | |||
| b5fc8395d1 | |||
| 3833644917 | |||
| 95eb2ef5af |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Check Availability", href: "https://booking.example.com" },
|
{ text: "Book Your Stay Now", href: "https://booking.example.com" },
|
||||||
{ text: "View Rooms", href: "#rooms" },
|
{ text: "View Rooms", href: "#rooms" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -310,4 +310,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user