diff --git a/src/app/page.tsx b/src/app/page.tsx index 28e1447..a24d5e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -227,6 +227,11 @@ export default function LandingPage() { { id: "q3", title: "Can I reserve a table?", content: "For large groups, reservation is recommended."}, ]} + buttons={[ + { + text: "Book Your Table", href: "#contact" + } + ]} title="Frequently Asked Questions" description="Common questions about Hajis Food Park." faqsAnimation="blur-reveal" @@ -281,4 +286,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file