Update src/app/page.tsx

This commit is contained in:
2026-03-19 15:13:04 +00:00
parent e4331873e7
commit 6ca909988c

View File

@@ -144,7 +144,8 @@ export default function LandingPage() {
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Book Now", href: "/booking" }
{ text: "Book Now", href: "/booking" },
{ text: "Contact Us", href: "/contact-us" }
]}
animationType="entrance-slide"
ariaLabel="Booking section call to action"