diff --git a/src/app/page.tsx b/src/app/page.tsx index 67b8ac1..949e485 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -164,6 +164,8 @@ export default function LandingPage() { description="Ready to visit? Reach out for reservations or inquiries." imageSrc="http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-hours-with-customer_23-2149714444.jpg" mediaAnimation="slide-up" + buttonText="Book Now" + termsText="By clicking Book Now you're confirming that you agree with our Terms and Conditions." /> @@ -194,4 +196,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file