2 Commits

Author SHA1 Message Date
a8cf8ab21f Update src/app/page.tsx 2026-03-03 20:15:10 +00:00
0b00abcd95 Merge version_1 into main
Merge version_1 into main
2026-03-03 20:02:28 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
buttons={[ buttons={[
{ text: "View Rooms", href: "rooms" }, { text: "View Rooms", href: "rooms" },
{ text: "Book Now", href: "booking" }, { text: "Reserve Room Today", href: "booking" },
]} ]}
/> />
</div> </div>