From 677738b2966b31908743ccb1fe98457551c9c19f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 06:13:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 74 ++++++++++++++++++------------------------------ 1 file changed, 27 insertions(+), 47 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 308a488..6352e3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,30 +30,24 @@ export default function LandingPage() {
@@ -141,12 +123,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "q1", title: "How long is shipping?", content: "Most orders are processed within 24 hours and shipped via express courier."}, - { - id: "q2", title: "What is your return policy?", content: "We offer a 30-day return policy for unworn items with tags attached."}, - { - id: "q3", title: "Do you ship internationally?", content: "Yes, we ship globally using DHL and FedEx for reliable international delivery."}, + { id: "q1", title: "How long is shipping?", content: "Most orders are processed within 24 hours and shipped via express courier." }, + { id: "q2", title: "What is your return policy?", content: "We offer a 30-day return policy for unworn items with tags attached." }, + { id: "q3", title: "Do you ship internationally?", content: "Yes, we ship globally using DHL and FedEx for reliable international delivery." }, ]} title="Frequently Asked Questions" description="Find answers to common questions about your shopping experience." @@ -161,6 +140,7 @@ export default function LandingPage() { title="Get in Touch" description="Have questions about a style or size? Send us a message." imageSrc="http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150861918.jpg" + background={{ variant: "gradient-bars" }} /> -- 2.49.1