From 616b699eb2347b0b8af5206470a27ddb762963ce Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 01:44:36 +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 82331fc..7c2a89c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -154,7 +154,7 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", title: "Do you take reservations?", content: "Yes, we highly recommend booking in advance, especially for riverfront patio seating."}, + id: "q1", title: "Do you take reservations?", content: "Yes, please use the button below or our contact form to secure your table."}, { id: "q2", title: "Are there vegetarian options?", content: "Absolutely, our menu is updated seasonally with delicious plant-based selections."}, { @@ -206,4 +206,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1