From efd9f4533dbcd8cb53b1324285851b64be4550a8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 11:51:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 332 ++++++++++------------------------------------- 1 file changed, 67 insertions(+), 265 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 56f4ba3..b3adc5a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,37 +32,21 @@ export default function LandingPage() { @@ -356,25 +207,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "What materials do you use for your clothing?", - content: "Zer Zaber is committed to sustainability and quality. We primarily use organic cotton, recycled polyester, and linen, ensuring both comfort and environmental responsibility.", - }, + id: "q1", title: "What materials do you use for your clothing?", content: "Zer Zaber is committed to sustainability and quality. We primarily use organic cotton, recycled polyester, and linen, ensuring both comfort and environmental responsibility."}, { - id: "q2", - title: "How do I determine my size?", - content: "Please refer to our detailed size guide available on each product page. It includes measurements and tips to help you find the perfect fit. Our customer service team is also happy to assist.", - }, + id: "q2", title: "How do I determine my size?", content: "Please refer to our detailed size guide available on each product page. It includes measurements and tips to help you find the perfect fit. Our customer service team is also happy to assist."}, { - id: "q3", - title: "What is your return policy?", - content: "We offer free returns within 30 days of purchase for items in their original condition. For more details, please visit our Returns & Exchanges page or contact support.", - }, + id: "q3", title: "What is your return policy?", content: "We offer free returns within 30 days of purchase for items in their original condition. For more details, please visit our Returns & Exchanges page or contact support."}, { - id: "q4", - title: "Do you offer international shipping?", - content: "Yes, Zer Zaber ships worldwide! Shipping costs and delivery times vary by destination. You can find more information during the checkout process.", - }, + id: "q4", title: "Do you offer international shipping?", content: "Yes, Zer Zaber ships worldwide! Shipping costs and delivery times vary by destination. You can find more information during the checkout process."}, ]} title="Frequently Asked Questions" description="Find quick answers to your most common inquiries about Zer Zaber products, orders, and policies." @@ -386,21 +225,16 @@ export default function LandingPage() { @@ -415,79 +249,47 @@ export default function LandingPage() { logoText="Zer Zaber" columns={[ { - title: "Shop", - items: [ + title: "Shop", items: [ { - label: "New Arrivals", - href: "#products", - }, + label: "New Arrivals", href: "#products"}, { - label: "Collections", - href: "#collections", - }, + label: "Collections", href: "#collections"}, { - label: "Bestsellers", - href: "#", - }, + label: "Bestsellers", href: "#"}, { - label: "Sale", - href: "#", - }, + label: "Sale", href: "#"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Our Team", - href: "#team", - }, + label: "Our Team", href: "#team"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, { - label: "Shipping", - href: "#", - }, + label: "Shipping", href: "#"}, { - label: "Returns", - href: "#", - }, + label: "Returns", href: "#"}, { - label: "Size Guide", - href: "#", - }, + label: "Size Guide", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}