diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index ccc41b1..0d7df03 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -33,9 +33,7 @@ export default function ContactPage() {
{ name: "Contact", id: "contact" },
]}
button={{
- text: "Browse Products",
- href: "/shop",
- }}
+ text: "Browse Products", href: "/shop"}}
animateOnLoad={true}
/>
@@ -61,33 +59,20 @@ export default function ContactPage() {
description="Choose the best way to get in touch with our support team"
tag="Contact Options"
tagIcon={MessageSquare}
- textboxLayout="default"
useInvertedBackground={true}
mediaPosition="left"
- imageSrc="http://img.b2bpic.net/free-photo/person-setting-up-online-store-uploading-products-laptop_73899-54387.jpg?_wi=6"
+ imageSrc="http://img.b2bpic.net/free-photo/person-setting-up-online-store-uploading-products-laptop_73899-54387.jpg"
imageAlt="Support options"
mediaAnimation="opacity"
accordionItems={[
{
- id: "email",
- title: "Email Support",
- content: "Send us an email at support@markethub.com and we'll respond within 24 hours. Perfect for detailed questions and order inquiries.",
- },
+ id: "email", title: "Email Support", content: "Send us an email at support@markethub.com and we'll respond within 24 hours. Perfect for detailed questions and order inquiries."},
{
- id: "chat",
- title: "Live Chat",
- content: "Chat with our support team in real-time. Available Monday-Friday, 9am-6pm EST. Get instant answers to your questions.",
- },
+ id: "chat", title: "Live Chat", content: "Chat with our support team in real-time. Available Monday-Friday, 9am-6pm EST. Get instant answers to your questions."},
{
- id: "phone",
- title: "Phone Support",
- content: "Call us at 1-800-MARKET-HUB (1-800-627-5384). Our friendly team is ready to help with any questions or concerns.",
- },
+ id: "phone", title: "Phone Support", content: "Call us at 1-800-MARKET-HUB (1-800-627-5384). Our friendly team is ready to help with any questions or concerns."},
{
- id: "social",
- title: "Social Media",
- content: "Follow us on Instagram, Twitter, and Facebook @MarketHub. We respond to messages and comments as quickly as possible.",
- },
+ id: "social", title: "Social Media", content: "Follow us on Instagram, Twitter, and Facebook @MarketHub. We respond to messages and comments as quickly as possible."},
]}
/>
@@ -111,8 +96,7 @@ export default function ContactPage() {
@@ -56,7 +54,7 @@ export default function HomePage() {
{ text: "Explore Brands", href: "/brands" },
]}
layoutOrder="default"
- imageSrc="http://img.b2bpic.net/free-photo/person-setting-up-online-store-uploading-products-laptop_73899-54387.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/person-setting-up-online-store-uploading-products-laptop_73899-54387.jpg"
imageAlt="MarketHub shopping experience"
frameStyle="card"
mediaAnimation="slide-up"
@@ -69,47 +67,17 @@ export default function HomePage() {
@@ -185,41 +137,17 @@ export default function HomePage() {
@@ -299,8 +215,7 @@ export default function HomePage() {