From d61f191c49d4d641dbf554dc057d8d21c46ac194 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 00:23:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.49.1