From 6234d43a4ad941ea1ca1a14c902f873081d08909 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 22:50:04 +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 2ab4332..8db9fb5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,6 +116,8 @@ export default function LandingPage() { faqs={[ { id: "q1", title: "Are you open 24/7?", content: "Many of our locations are open 24/7. Check your local store." }, { id: "q2", title: "Can I order online?", content: "Yes, use our app for quick and easy ordering." }, + { id: "q3", title: "Do you have allergen information?", content: "Yes, we provide a full allergen guide on our website and in the app. Please ask our staff if you have specific concerns." }, + { id: "q4", title: "What are my delivery options?", content: "We offer delivery through our app and partnered services like UberEats and DoorDash. Check your address at checkout to see availability." } ]} title="Got Questions?" description="Find answers to your common questions."