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" }}
/>