From 5a424e0e79876c310d3bd7a13428a72960bfd07d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 21:57:46 +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 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 -- 2.49.1