diff --git a/src/app/page.tsx b/src/app/page.tsx index 36c4178..516da6d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -214,6 +214,10 @@ export default function LandingPage() { title="Frequently Asked Questions" description="Have questions about our dining experience? We're here to help." faqsAnimation="slide-up" + buttons={[ + { + text: "Contact Us", href: "#contact"} + ]} /> @@ -242,4 +246,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file