diff --git a/src/app/page.tsx b/src/app/page.tsx index 1df2bc6..e616253 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { mediaAnimation="blur-reveal" buttons={[ { text: "View Rooms", href: "rooms" }, - { text: "Book Now", href: "booking" }, + { text: "Reserve Room Today", href: "booking" }, ]} />