From 284e1cf20ab22c399f3e8822f16f21534acfe190 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:09:49 +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 ea56bbf..8939e49 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,7 +135,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { id: "1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance, especially on weekends." }, + { id: "1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance. Please use our online reservation form below to secure your table." }, { id: "2", title: "Is there parking available?", content: "We are located in a central area with several public parking lots within walking distance." }, { id: "3", title: "Do you offer gluten-free options?", content: "Absolutely, our chef accommodates all dietary needs." }, ]} @@ -184,4 +184,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file