From 7064bef8ae8c402081221de75a4277d8dc3c5ad5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 13:07:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ecdd82..10349f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -166,7 +166,8 @@ export default function LandingPage() { faqs={[ { id: "f1", title: "Do you offer vegan options?", content: "Yes, we have our Signature Avocado Veggie Burger which is 100% plant-based." }, { id: "f2", title: "How do you source your beef?", content: "Our beef is locally sourced from high-welfare farms." }, - { id: "f3", title: "Can I order online?", content: "Yes! Use the link in our menu section for local delivery." } + { id: "f3", title: "Can I order online?", content: "Yes! Use the link in our menu section for local delivery." }, + { id: "f4", title: "How long does delivery take?", content: "Most local deliveries arrive within 30-45 minutes of placing your order." } ]} title="Got Questions?" description="Here is what you need to know about our burgers." @@ -216,4 +217,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1