From e35a0d64ea24af61b9cd517557a0db1a3428a8cd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:59:21 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 55 ++++++++++++---------------------------- 1 file changed, 16 insertions(+), 39 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b354fe5..6fcffab 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: "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" -- 2.49.1 From 36e1bfa1ba3721384b3899d0d0de8b7c5c1f12be Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:59:21 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 135 +++++++++++------------------------------------ 1 file changed, 30 insertions(+), 105 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 75f9048..4fc2b1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,8 +23,7 @@ export default function HomePage() { 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" }, @@ -32,8 +31,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Story", href: "/about" }, { label: "Careers", href: "/careers" }, @@ -41,8 +39,7 @@ export default function HomePage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "/contact" }, { label: "Shipping Info", href: "/shipping" }, @@ -50,8 +47,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }, { label: "Cookie Policy", href: "/cookies" }, @@ -59,8 +55,7 @@ export default function HomePage() { ], }, { - 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" }, @@ -76,7 +71,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="compact" sizing="largeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -101,7 +96,7 @@ export default function HomePage() {