From c259b2c2b1ab66512fc8f649a328b44886ea257e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 22:49:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 250aa0f..0b2df7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -237,6 +237,10 @@ export default function LandingPage() { { id: "f3", title: "Can you cater to dietary needs?", content: "Yes, all menus are fully customizable."}, ]} + buttons={[ + { + text: "Inquire Now", href: "#contact"} + ]} title="Frequently Asked Questions" description="Common inquiries about booking and private services." faqsAnimation="slide-up" @@ -284,4 +288,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1