From c3f4ce2d1b793b511ca6c24d11b6764d9f526905 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 16:28:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 247 +++++++++-------------------------------------- 1 file changed, 47 insertions(+), 200 deletions(-) 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() {