From 3b064cf547228abbd40f8c6cd79402cdcbf80fab Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 08:35:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index eea489e..439caf7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -148,6 +148,8 @@ export default function LandingPage() { { id: "f1", title: "Do you offer wifi?", content: "Yes, we have free high-speed internet for all customers." }, { id: "f2", title: "Are you pet friendly?", content: "Absolutely! Well-behaved pets are welcome on our patio." }, { id: "f3", title: "Do you take reservations?", content: "We operate as a walk-in cafe, but contact us for events." }, + { id: "f4", title: "Do you have non-dairy milk options?", content: "Yes! We offer oat, almond, and soy milk alternatives for all our coffee drinks at no extra charge." }, + { id: "f5", title: "What are your operating hours?", content: "We are open daily from 7:00 AM to 7:00 PM. Come visit us whenever you need your coffee fix!" }, ]} title="Frequently Asked Questions" description="Have questions? We have answers." -- 2.49.1