diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ab7950..e8124a6 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"