From 0f1cd5476a1efd7a19074c75fb7d17c6467c2151 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 04:58:57 +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 cd638ac..005debf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -201,6 +201,8 @@ export default function LandingPage() { id: "f2", title: "Do you offer consultations?", content: "Yes, we provide expert guidance based on your fitness goals."}, { id: "f3", title: "What are your hours?", content: "Visit us at our Garhwali Colony store."}, + { + id: "f4", title: "Shipping timeframes?", content: "We aim to process and deliver your orders within 3-5 business days across the region."}, ]} sideTitle="Questions?" sideDescription="We're here to help you get the best nutrition advice." -- 2.49.1