Update src/app/contact/page.tsx
This commit is contained in:
@@ -24,7 +24,7 @@ export default function ContactPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -35,9 +35,7 @@ export default function ContactPage() {
|
||||
brandName="Smart City Eco"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:(647)482-4296",
|
||||
}}
|
||||
text: "Call Now", href: "tel:(647)482-4296"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -48,9 +46,9 @@ export default function ContactPage() {
|
||||
description="Have questions? Need a quote? Call, visit, or fill out the form below and we'll get back to you quickly. We're here to help!"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="blur-reveal"
|
||||
background={{ variant: "blurBottom" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-948.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-948.jpg"
|
||||
imageAlt="Contact us for dry cleaning services"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -65,35 +63,17 @@ export default function ContactPage() {
|
||||
<FaqSplitText
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your operating hours?",
|
||||
content: "We're open Monday through Friday 8 AM to 6 PM, and Saturday 9 AM to 4 PM. We're closed on Sundays. Located at Centennial Mall, 227 Vodden St E Unit 10A, Brampton. Call (647) 482-4296 for assistance.",
|
||||
},
|
||||
id: "1", title: "What are your operating hours?", content: "We're open Monday through Friday 8 AM to 6 PM, and Saturday 9 AM to 4 PM. We're closed on Sundays. Located at Centennial Mall, 227 Vodden St E Unit 10A, Brampton. Call (647) 482-4296 for assistance."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How long does dry cleaning take?",
|
||||
content: "Most items are ready within 24-48 hours. Express service available for rush orders. Special items like wedding dresses may take 1-2 weeks depending on complexity. Contact us for rush service availability.",
|
||||
},
|
||||
id: "2", title: "How long does dry cleaning take?", content: "Most items are ready within 24-48 hours. Express service available for rush orders. Special items like wedding dresses may take 1-2 weeks depending on complexity. Contact us for rush service availability."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer pickup and delivery?",
|
||||
content: "Currently, we operate from our Centennial Mall location. We recommend calling for custom arrangements for bulk orders or special requests. We're happy to discuss solutions for your needs.",
|
||||
},
|
||||
id: "3", title: "Do you offer pickup and delivery?", content: "Currently, we operate from our Centennial Mall location. We recommend calling for custom arrangements for bulk orders or special requests. We're happy to discuss solutions for your needs."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept cash, credit cards, and debit. Call us at (647) 482-4296 for payment details and pricing information. No hidden fees or surprises.",
|
||||
},
|
||||
id: "4", title: "What payment methods do you accept?", content: "We accept cash, credit cards, and debit. Call us at (647) 482-4296 for payment details and pricing information. No hidden fees or surprises."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Can you remove tough stains?",
|
||||
content: "Yes! Our advanced stain removal techniques handle most stains. Bring items in quickly for best results. We specialize in wine, grease, and ink stains. Our experts will assess your garment.",
|
||||
},
|
||||
id: "5", title: "Can you remove tough stains?", content: "Yes! Our advanced stain removal techniques handle most stains. Bring items in quickly for best results. We specialize in wine, grease, and ink stains. Our experts will assess your garment."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Do you offer alterations?",
|
||||
content: "Absolutely! We offer hemming, zipper repairs, seam fixes, and general alterations. Our experienced tailors ensure perfect fit. Get a free quote by visiting or calling us.",
|
||||
},
|
||||
id: "6", title: "Do you offer alterations?", content: "Absolutely! We offer hemming, zipper repairs, seam fixes, and general alterations. Our experienced tailors ensure perfect fit. Get a free quote by visiting or calling us."},
|
||||
]}
|
||||
sideTitle="Contact & FAQ"
|
||||
sideDescription="Frequently asked questions and multiple ways to reach us. Call, visit, or use our online form."
|
||||
@@ -107,14 +87,13 @@ export default function ContactPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-woman-style-accessories-red-knitted-sweater-checkered-shirt-denim-jeans-black-leather-boots-hat-autumn-fashion-trend-view-from-vintage-photo-camera-traveler-outfit_285396-5116.jpg?_wi=5"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-woman-style-accessories-red-knitted-sweater-checkered-shirt-denim-jeans-black-leather-boots-hat-autumn-fashion-trend-view-from-vintage-photo-camera-traveler-outfit_285396-5116.jpg"
|
||||
imageAlt="Professional garment care background"
|
||||
logoText="Smart City Eco Dry Cleaners"
|
||||
copyrightText="© 2025 Smart City Eco Dry Cleaners. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Dry Cleaning", href: "/services" },
|
||||
{ label: "Repairs & Alterations", href: "/services" },
|
||||
{ label: "Stain Removal", href: "/services" },
|
||||
@@ -122,8 +101,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -131,8 +109,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: (647) 482-4296", href: "tel:(647)482-4296" },
|
||||
{ label: "227 Vodden St E Unit 10A", href: "https://maps.google.com/?q=227+Vodden+St+E+Unit+10A+Brampton" },
|
||||
{ label: "Centennial Mall, Brampton", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user