From e4942c1d80da08ba56e3932f02bdb38fb559a1c2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 19:29:43 +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 64fd560..d839ac2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -170,7 +170,7 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", title: "Do I need a reservation?", content: "For prime Nile-view seating, we recommend reserving in advance."}, + id: "q1", title: "Do I need a reservation?", content: "For prime Nile-view seating, click here to reserve your table now."}, { id: "q2", title: "Are you open for breakfast?", content: "We offer a selection of morning favorites to start your day by the water."}, { @@ -223,4 +223,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}