From cea5f23e4472f45a42aaa4def56a1437d86f9a16 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 08:25:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2189104..3540124 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -233,7 +233,8 @@ export default function LandingPage() { { id: "faq-1", title: "What are your operating hours?", content: "We are open from 10 AM to 9 PM, Monday to Saturday. Closed on Sundays."}, { - id: "faq-2", title: "Do you offer vegetarian and vegan options?", content: "All our Vada Pavs are vegetarian. We do not currently offer fully vegan options as our pav bread contains dairy."},n { + id: "faq-2", title: "Do you offer vegetarian and vegan options?", content: "All our Vada Pavs are vegetarian. We do not currently offer fully vegan options as our pav bread contains dairy."}, + { id: "faq-3", title: "How long does delivery take?", content: "Delivery typically takes 30-45 minutes depending on your location and current order volume. You can track your order status in real-time."}, ]} sideTitle="Frequently Asked Questions" -- 2.49.1