From 3e997477ce7556887f4d74227adb38f1bd26243c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 19:45:22 +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 9abf750..89d0152 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -183,11 +183,11 @@ export default function LandingPage() { { id: "f2", title: "How do I start nutrition coaching?", content: "Join our Elite plan and book your session."}, { - id: "f3", title: "Can I bring a guest?", content: "Yes, guests are welcome with a day pass."}, + id: "f3", title: "Can I bring a guest?", content: "Yes, guests are welcome with a day pass. Visit our front desk to pick up your key fob."}, { id: "f4", title: "Do you offer locker storage?", content: "Yes, we provide secure daily lockers for all members."}, { - id: "f5", title: "Is there a parking facility?", content: "Yes, private parking is available for all members."}, + id: "f5", title: "Is there a parking facility?", content: "Yes, private parking is available for all members. Visit our front desk to pick up your key fob."}, ]} sideTitle="Questions?" faqsAnimation="slide-up" -- 2.49.1