From c009aaff6a2b3a94832b413968909c138377f3e4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 16:49:11 +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 785aee8..6769e98 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -185,7 +185,7 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", title: "Do you accept reservations?", content: "Yes, we highly recommend booking in advance to secure your table."}, + id: "q1", title: "Do you accept reservations?", content: "Yes, we highly recommend booking in advance to secure your table. [Book your table now](#contact)"}, { id: "q2", title: "Are your ingredients fresh?", content: "We source the freshest local catch daily to ensure premium quality."}, { @@ -237,4 +237,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1