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() { 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() {