From 48c093308422c966d62a4f56dd37ea2196936c43 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 18:02:40 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 82 +++++++--------------------------------- 1 file changed, 14 insertions(+), 68 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index abc52f2..49658f5 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,29 +26,17 @@ export default function LandingPage() { @@ -102,25 +64,13 @@ export default function LandingPage() { sideDescription="Find quick answers to the most frequent inquiries about orders, shipping, and product use." faqs={[ { - id: "1", - title: "What are your shipping options and costs?", - content: "We offer standard and expedited shipping options. Costs vary based on your location and the selected speed. You can see detailed shipping costs at checkout.", - }, + id: "1", title: "What are your shipping options and costs?", content: "We offer standard and expedited shipping options. Costs vary based on your location and the selected speed. You can see detailed shipping costs at checkout."}, { - id: "2", - title: "How do I track my order?", - content: "Once your order has shipped, you will receive an email with a tracking number. You can use this number on our website's 'Track Order' page or the carrier's site.", - }, + id: "2", title: "How do I track my order?", content: "Once your order has shipped, you will receive an email with a tracking number. You can use this number on our website's 'Track Order' page or the carrier's site."}, { - id: "3", - title: "What is your return policy?", - content: "We offer a 30-day satisfaction guarantee. If you're not happy with your purchase, you can return it within 30 days for a full refund or exchange. Please see our full Return Policy for details.", - }, + id: "3", title: "What is your return policy?", content: "We offer a 30-day satisfaction guarantee. If you're not happy with your purchase, you can return it within 30 days for a full refund or exchange. Please see our full Return Policy for details."}, { - id: "4", - title: "How can I modify or cancel an order?", - content: "To modify or cancel an order, please contact our customer support team as soon as possible. Changes are only possible before the order has been processed for shipping.", - }, + id: "4", title: "How can I modify or cancel an order?", content: "To modify or cancel an order, please contact our customer support team as soon as possible. Changes are only possible before the order has been processed for shipping."}, ]} faqsAnimation="slide-up" textPosition="left" @@ -132,13 +82,9 @@ export default function LandingPage() { From 9044f32d1f7202f09224ad028b60e09b6a4a1a5f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 18:02:40 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 253 +++++++++++------------------------------------ 1 file changed, 56 insertions(+), 197 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 52355d2..fb06a8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,29 +31,17 @@ export default function LandingPage() {