diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c6dec3..14f906e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() { @@ -178,21 +93,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "How do I order?", - content: "Simply click the WhatsApp button on any product page, send us your choice and city, and we'll confirm your order.", - }, - { - id: "f2", - title: "Where do you ship?", - content: "We ship nationwide across Morocco and offer international shipping options on request.", - }, - { - id: "f3", - title: "Are products authentic?", - content: "Yes, all our products are ethically sourced directly from traditional artisans in Morocco.", - }, + { id: "f1", title: "How do I order?", content: "Simply click the WhatsApp button on any product page, send us your choice and city, and we'll confirm your order." }, + { id: "f2", title: "Where do you ship?", content: "We ship nationwide across Morocco and offer international shipping options on request." }, + { id: "f3", title: "Are products authentic?", content: "Yes, all our products are ethically sourced directly from traditional artisans in Morocco." }, ]} imageSrc="http://img.b2bpic.net/free-photo/black-haired-clothes-shop-cashier-giving-paper-bag-customer-desk-with-cash-register-side-view-shopping-consumerism-concept_74855-11534.jpg" title="Frequently Asked Questions" @@ -203,44 +106,15 @@ export default function LandingPage() {
@@ -269,33 +136,16 @@ export default function LandingPage() {