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 = [
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "New Arrivals", href: "/products?sort=new" },
{ label: "Best Sellers", href: "/products?sort=popular" },
{ label: "On Sale", href: "/products?filter=sale" },
@@ -28,8 +27,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Story", href: "/about" },
{ label: "Careers", href: "/careers" },
@@ -37,8 +35,7 @@ export default function ContactPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "/contact" },
{ label: "Shipping Info", href: "/shipping" },
@@ -46,8 +43,7 @@ export default function ContactPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "Cookie Policy", href: "/cookies" },
@@ -55,8 +51,7 @@ export default function ContactPage() {
],
},
{
title: "Follow",
items: [
title: "Follow", items: [
{ label: "Facebook", href: "https://facebook.com/echostore" },
{ label: "Instagram", href: "https://instagram.com/echostore" },
{ label: "Twitter", href: "https://twitter.com/echostore" },
@@ -72,7 +67,7 @@ export default function ContactPage() {
borderRadius="soft"
contentWidth="compact"
sizing="largeSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -98,7 +93,7 @@ export default function ContactPage() {
tag="Newsletter"
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."
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/join-us-register-newsletter-concept_53876-132697.jpg"
imageAlt="Newsletter subscription"
@@ -124,38 +119,20 @@ export default function ContactPage() {
textboxLayout="default"
faqs={[
{
id: "1",
title: "What payment methods do you accept?",
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: "1", title: "What payment methods do you accept?", 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",
title: "How long does shipping take?",
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: "2", title: "How long does shipping take?", 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",
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: "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."},
{
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.",
},
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."},
{
id: "5",
title: "How can I track my order?",
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: "5", title: "How can I track my order?", 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",
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.",
},
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."},
]}
imageSrc="http://img.b2bpic.net/free-photo/online-help-center_53876-95304.jpg"
imageAlt="FAQ support information"