diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a59012..1e1cd85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -140,6 +140,7 @@ export default function LandingPage() { sideTitle="Common Questions" sideDescription="Need help or have questions about booking?" faqsAnimation="slide-up" + buttons={[{ text: "Book Now", href: "#contact" }]} /> @@ -191,4 +192,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file