From 9835c928d665f17537e8394010adfb145dec2ecd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 00:23:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a6e595..2f69250 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,6 +145,11 @@ export default function LandingPage() { { id: "f3", title: "Are your hours consistent?", content: "Yes, we are open long hours and pride ourselves on being a dependable spot for local meals."}, ]} + buttons={[ + { + text: "Ready to order?", href: "#contact" + } + ]} sideTitle="Common Questions" faqsAnimation="slide-up" /> -- 2.49.1