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" />