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