From 5eac196dad5ff436c0c259e60ff688b5a96c7e9f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 12:56:08 +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 28bafb4..3a6f737 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -226,6 +226,8 @@ export default function LandingPage() { id: "2", title: "Do you offer contact-less delivery?", content: "Yes, we offer completely contactless delivery options."}, { id: "3", title: "How can I track my order?", content: "You can track your order in real-time through our app."}, + { + id: "4", title: "Are there extra delivery fees?", content: "We charge a flat delivery fee of $2.99 for all orders within our service area, which covers all districts within 10 miles of our partner kitchens."}, ]} imageSrc="http://img.b2bpic.net/free-photo/young-happy-courier-wearing-headset-while-delivering-food-from-restaurant_637285-6602.jpg" mediaAnimation="slide-up" -- 2.49.1