Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-30 15:15:16 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}