diff --git a/src/app/page.tsx b/src/app/page.tsx index 8874226..b7d906f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,59 +32,32 @@ export default function LandingPage() {
@@ -292,20 +170,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Do you offer warranty?", - content: "Yes, every product comes with a standard 12-month manufacturer warranty.", - }, + id: "f1", title: "Do you offer warranty?", content: "Yes, every product comes with a standard 12-month manufacturer warranty."}, { - id: "f2", - title: "Is international shipping available?", - content: "We ship to over 50 countries worldwide with secure transit protocols.", - }, + id: "f2", title: "Is international shipping available?", content: "We ship to over 50 countries worldwide with secure transit protocols."}, { - id: "f3", - title: "How can I return a product?", - content: "Returns are easy within 30 days of purchase for unused, original condition items.", - }, + id: "f3", title: "How can I return a product?", content: "Returns are easy within 30 days of purchase for unused, original condition items."}, ]} sideTitle="Common Questions" sideDescription="Everything you need to know about shopping with us." @@ -317,8 +186,7 @@ export default function LandingPage() {