3 Commits

Author SHA1 Message Date
b5fc8395d1 Update src/app/page.tsx 2026-03-05 10:13:49 +00:00
3833644917 Update src/app/layout.tsx 2026-03-05 10:13:48 +00:00
95eb2ef5af Merge version_2 into main
Merge version_2 into main
2026-03-05 10:11:24 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body> </body>
</html> </html>
); );
} }

View File

@@ -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>
); );
} }