From 81cff6f24a590ada2fadfc70af03bc2544baa89c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 15:15:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c24b873..d1d8cb5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -162,7 +162,7 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", title: "Do you offer COD?", content: "Yes, we offer Cash on Delivery across all major locations."}, + id: "f1", title: "Do you offer COD?", content: "Yes, we offer Cash on Delivery across all major locations with no hidden fees."}, { id: "f2", title: "How to track orders?", content: "You will receive tracking details via email once dispatched."}, { @@ -204,4 +204,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1