4 Commits

Author SHA1 Message Date
6c2ed8fe07 Merge version_3 into main
Merge version_3 into main
2026-03-05 10:13:53 +00:00
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>
</html>
);
}
}

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