diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1f61e6d..f0790df 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,8 +19,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Coffee", href: "/products" }, { label: "Textiles", href: "/products" }, { label: "Jewelry", href: "/products" }, @@ -29,8 +28,7 @@ export default function ContactPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "Shipping Info", href: "/" }, { label: "Returns", href: "/" }, @@ -39,8 +37,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Story", href: "/about" }, { label: "Sustainability", href: "/" }, @@ -57,7 +54,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="large" - background="floatingGradient" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -79,7 +76,7 @@ export default function ContactPage() { tagIcon={HelpCircle} textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-vector/secure-payment-round-composition_1284-22115.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-vector/secure-payment-round-composition_1284-22115.jpg" imageAlt="FAQ Support" mediaAnimation="slide-up" faqsAnimation="slide-up" @@ -87,41 +84,23 @@ export default function ContactPage() { animationType="smooth" faqs={[ { - id: "1", - title: "What payment methods do you accept?", - content: - "We accept multiple payment methods for your convenience: Telebirr, Ethiopian bank transfers, Visa, Mastercard, and other international payment options. All transactions are encrypted and secure.", - }, + id: "1", title: "What payment methods do you accept?", content: + "We accept multiple payment methods for your convenience: Telebirr, Ethiopian bank transfers, Visa, Mastercard, and other international payment options. All transactions are encrypted and secure."}, { - id: "2", - title: "How do I add items to my cart?", - content: - "Simply browse our product collection, select the item you want, choose your quantity, and click 'Add to Cart'. You can review and modify your cart before proceeding to checkout. Our cart system is easy to use and tracks all your selections.", - }, + id: "2", title: "How do I add items to my cart?", content: + "Simply browse our product collection, select the item you want, choose your quantity, and click 'Add to Cart'. You can review and modify your cart before proceeding to checkout. Our cart system is easy to use and tracks all your selections."}, { - id: "3", - title: "What is your return and refund policy?", - content: - "We offer a 30-day return policy for most items in their original condition. If you're not satisfied with your purchase, contact our customer support team to initiate a return. Refunds are typically processed within 5-7 business days.", - }, + id: "3", title: "What is your return and refund policy?", content: + "We offer a 30-day return policy for most items in their original condition. If you're not satisfied with your purchase, contact our customer support team to initiate a return. Refunds are typically processed within 5-7 business days."}, { - id: "4", - title: "How long does delivery take?", - content: - "Delivery times vary depending on your location. Within Ethiopia: 2-5 business days. Regional delivery: 5-10 business days. International orders: 10-20 business days. You'll receive tracking information via email once your order ships.", - }, + id: "4", title: "How long does delivery take?", content: + "Delivery times vary depending on your location. Within Ethiopia: 2-5 business days. Regional delivery: 5-10 business days. International orders: 10-20 business days. You'll receive tracking information via email once your order ships."}, { - id: "5", - title: "Are your products authentic?", - content: - "Absolutely! We partner directly with Ethiopian artisans, farmers, and craftspeople to ensure every product is authentic and of the highest quality. We're committed to fair trade practices and sustainable sourcing.", - }, + id: "5", title: "Are your products authentic?", content: + "Absolutely! We partner directly with Ethiopian artisans, farmers, and craftspeople to ensure every product is authentic and of the highest quality. We're committed to fair trade practices and sustainable sourcing."}, { - id: "6", - title: "How do I track my order?", - content: - "Once your order ships, you'll receive a tracking number via email. You can use this number to track your package in real-time through our logistics partner. You can also view order status anytime in your account dashboard.", - }, + id: "6", title: "How do I track my order?", content: + "Once your order ships, you'll receive a tracking number via email. You can use this number to track your package in real-time through our logistics partner. You can also view order status anytime in your account dashboard."}, ]} /> @@ -130,7 +109,7 @@ export default function ContactPage() {