From b9907276561515d401244e7f46acc94245b8c6ab Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 15:58:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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