From 7075bd55af6972fbf6623d56d39d7fdf630b842c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 23:07:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 78540e6..00bdd7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -174,7 +174,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { id: "f1", title: "Do you take reservations?", content: "Yes, we highly recommend booking in advance." }, + { id: "f1", title: "Do you take reservations?", content: "Yes, we highly recommend booking in advance. Book your table via the form below." }, { id: "f2", title: "Are there vegan options?", content: "We have a dedicated selection of traditional vegetable-based dishes." }, { id: "f3", title: "Can you host events?", content: "We cater for private gatherings and corporate events." }, ]} @@ -207,4 +207,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1