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