Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 17:59:21 +00:00
parent b22be3cd3c
commit e35a0d64ea

View File

@@ -19,8 +19,7 @@ export default function ContactPage() {
const footerColumns = [ const footerColumns = [
{ {
title: "Shop", title: "Shop", items: [
items: [
{ label: "New Arrivals", href: "/products?sort=new" }, { label: "New Arrivals", href: "/products?sort=new" },
{ label: "Best Sellers", href: "/products?sort=popular" }, { label: "Best Sellers", href: "/products?sort=popular" },
{ label: "On Sale", href: "/products?filter=sale" }, { label: "On Sale", href: "/products?filter=sale" },
@@ -28,8 +27,7 @@ export default function ContactPage() {
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Our Story", href: "/about" }, { label: "Our Story", href: "/about" },
{ label: "Careers", href: "/careers" }, { label: "Careers", href: "/careers" },
@@ -37,8 +35,7 @@ export default function ContactPage() {
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ label: "Contact Us", href: "/contact" }, { label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "/contact" }, { label: "FAQ", href: "/contact" },
{ label: "Shipping Info", href: "/shipping" }, { label: "Shipping Info", href: "/shipping" },
@@ -46,8 +43,7 @@ export default function ContactPage() {
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "/privacy" }, { label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" }, { label: "Terms of Service", href: "/terms" },
{ label: "Cookie Policy", href: "/cookies" }, { label: "Cookie Policy", href: "/cookies" },
@@ -55,8 +51,7 @@ export default function ContactPage() {
], ],
}, },
{ {
title: "Follow", title: "Follow", items: [
items: [
{ label: "Facebook", href: "https://facebook.com/echostore" }, { label: "Facebook", href: "https://facebook.com/echostore" },
{ label: "Instagram", href: "https://instagram.com/echostore" }, { label: "Instagram", href: "https://instagram.com/echostore" },
{ label: "Twitter", href: "https://twitter.com/echostore" }, { label: "Twitter", href: "https://twitter.com/echostore" },
@@ -72,7 +67,7 @@ export default function ContactPage() {
borderRadius="soft" borderRadius="soft"
contentWidth="compact" contentWidth="compact"
sizing="largeSizeMediumTitles" sizing="largeSizeMediumTitles"
background="aurora" background="circleGradient"
cardStyle="gradient-mesh" cardStyle="gradient-mesh"
primaryButtonStyle="flat" primaryButtonStyle="flat"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
@@ -98,7 +93,7 @@ export default function ContactPage() {
tag="Newsletter" tag="Newsletter"
title="Stay Updated with Latest Deals" title="Stay Updated with Latest Deals"
description="Subscribe to our newsletter and receive exclusive offers, product launches, and shopping tips delivered straight to your inbox." description="Subscribe to our newsletter and receive exclusive offers, product launches, and shopping tips delivered straight to your inbox."
background={{ variant: "aurora" }} background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/join-us-register-newsletter-concept_53876-132697.jpg" imageSrc="http://img.b2bpic.net/free-photo/join-us-register-newsletter-concept_53876-132697.jpg"
imageAlt="Newsletter subscription" imageAlt="Newsletter subscription"
@@ -124,38 +119,20 @@ export default function ContactPage() {
textboxLayout="default" textboxLayout="default"
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "What payment methods do you accept?", content:
title: "What payment methods do you accept?", "We accept all major credit cards (Visa, Mastercard, American Express), PayPal, Apple Pay, Google Pay, and bank transfers. All transactions are encrypted with SSL technology for maximum security."},
content:
"We accept all major credit cards (Visa, Mastercard, American Express), PayPal, Apple Pay, Google Pay, and bank transfers. All transactions are encrypted with SSL technology for maximum security.",
},
{ {
id: "2", id: "2", title: "How long does shipping take?", content:
title: "How long does shipping take?", "Standard shipping typically takes 5-7 business days. Express shipping (2-3 business days) and overnight shipping are also available. Free shipping applies to orders over $50 for standard delivery."},
content:
"Standard shipping typically takes 5-7 business days. Express shipping (2-3 business days) and overnight shipping are also available. Free shipping applies to orders over $50 for standard delivery.",
},
{ {
id: "3", id: "3", title: "What is your return policy?", content: "We offer a 30-day money-back guarantee on all products. Items must be in original condition with packaging. Simply contact our support team to initiate a return."},
title: "What is your return policy?",
content: "We offer a 30-day money-back guarantee on all products. Items must be in original condition with packaging. Simply contact our support team to initiate a return.",
},
{ {
id: "4", id: "4", title: "Do you ship internationally?", content: "Yes! We ship to over 150 countries. International shipping rates vary based on destination and order weight. You can calculate shipping costs at checkout."},
title: "Do you ship internationally?",
content: "Yes! We ship to over 150 countries. International shipping rates vary based on destination and order weight. You can calculate shipping costs at checkout.",
},
{ {
id: "5", id: "5", title: "How can I track my order?", content:
title: "How can I track my order?", "You'll receive a tracking number via email as soon as your order ships. You can track your package in real-time through our customer dashboard or by clicking the tracking link in the email."},
content:
"You'll receive a tracking number via email as soon as your order ships. You can track your package in real-time through our customer dashboard or by clicking the tracking link in the email.",
},
{ {
id: "6", id: "6", title: "What if I have a problem with my order?", content: "Our support team is available 24/7 to help. Contact us via email, phone, or live chat. We pride ourselves on resolving issues quickly and fairly."},
title: "What if I have a problem with my order?",
content: "Our support team is available 24/7 to help. Contact us via email, phone, or live chat. We pride ourselves on resolving issues quickly and fairly.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/online-help-center_53876-95304.jpg" imageSrc="http://img.b2bpic.net/free-photo/online-help-center_53876-95304.jpg"
imageAlt="FAQ support information" imageAlt="FAQ support information"