From 26e9542268be4175a03c4f1a04b7991ef318db57 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 21:40:01 +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 cf502a1..7df0a9e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -173,7 +173,7 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", title: "Do I need a reservation?", content: "Booking is recommended to ensure priority service and space."}, + id: "f1", title: "Do I need a reservation?", content: "Booking is recommended to ensure priority service and space. We guarantee priority service for all pre-booked appointments."}, { id: "f2", title: "Are there networking events?", content: "We host exclusive social events for our members regularly."}, { @@ -235,4 +235,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1