From f2b47adcc0baf3136ff6d4cab45abee966f318cf Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 07:59:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2323658..dfad1a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -207,6 +207,8 @@ export default function LandingPage() { id: "q2", title: "Are swim caps mandatory?", content: "Yes, for hygiene and filtration maintenance, swim caps must be worn by all swimmers."}, { id: "q3", title: "Can I bring guests?", content: "Members can purchase guest passes for family and friends at our reception."}, + { + id: "q4", title: "What should I bring on my first visit?", content: "Please bring your swimwear, a towel, a swim cap, and a padlock for your locker. We provide water stations throughout the facility."}, ]} imageSrc="http://img.b2bpic.net/free-photo/pool-water-texture-background_1203-2624.jpg" title="Need Help?" @@ -265,4 +267,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1