Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-03-04 23:10:37 +00:00
4 changed files with 76 additions and 252 deletions

View File

@@ -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: "#" },

View File

@@ -28,7 +28,7 @@ export default function HomePage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="largeSizeMediumTitles"
background="blurBottom"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="double-inset"
secondaryButtonStyle="glass"
@@ -39,9 +39,7 @@ export default function HomePage() {
brandName="Smart City Eco"
navItems={navItems}
button={{
text: "Call Now",
href: "tel:(647)482-4296",
}}
text: "Call Now", href: "tel:(647)482-4296"}}
/>
</div>
@@ -49,7 +47,7 @@ export default function HomePage() {
<HeroSplitKpi
title="Professional Dry Cleaning in Brampton"
description="Eco-friendly garment care, expert stain removal, and clothing repairs. Fast, reliable service at Centennial Mall."
background={{ variant: "blurBottom" }}
background={{ variant: "plain" }}
kpis={[
{ value: "4.4★", label: "Google Rating" },
{ value: "20+", label: "Years Experience" },
@@ -64,7 +62,7 @@ export default function HomePage() {
{ text: "Get a Quote", href: "/contact" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg"
imageAlt="Professional dry cleaning service"
mediaAnimation="slide-up"
imagePosition="right"
@@ -92,42 +90,24 @@ export default function HomePage() {
features={[
{
id: 1,
title: "Professional Dry Cleaning",
description: "Expert cleaning for all fabric types with attention to detail and eco-friendly methods.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg?_wi=2",
imageAlt: "Professional dry cleaning service",
},
title: "Professional Dry Cleaning", description: "Expert cleaning for all fabric types with attention to detail and eco-friendly methods.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg", imageAlt: "Professional dry cleaning service"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg?_wi=3",
imageAlt: "Professional dry cleaning service",
},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg", imageAlt: "Professional dry cleaning service"},
},
{
id: 2,
title: "Expert Repairs & Alterations",
description: "Expert tailoring, zipper repairs, hemming, and alterations to make your clothes fit perfectly.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-is-cutting-off-fabric-with-scissors-he-is-wearing-denim-closeup-photo-shoot_613910-21806.jpg?_wi=1",
imageAlt: "Clothing repair and alterations",
},
title: "Expert Repairs & Alterations", description: "Expert tailoring, zipper repairs, hemming, and alterations to make your clothes fit perfectly.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-is-cutting-off-fabric-with-scissors-he-is-wearing-denim-closeup-photo-shoot_613910-21806.jpg", imageAlt: "Clothing repair and alterations"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-is-cutting-off-fabric-with-scissors-he-is-wearing-denim-closeup-photo-shoot_613910-21806.jpg?_wi=2",
imageAlt: "Clothing repair and alterations",
},
imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-is-cutting-off-fabric-with-scissors-he-is-wearing-denim-closeup-photo-shoot_613910-21806.jpg", imageAlt: "Clothing repair and alterations"},
},
{
id: 3,
title: "Stain Removal & Special Care",
description: "Advanced stain removal techniques and specialized care for delicate fabrics and wedding dresses.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-boy-using-rag-cleaning-product_23-2148456940.jpg?_wi=1",
imageAlt: "Stain removal and fabric care",
},
title: "Stain Removal & Special Care", description: "Advanced stain removal techniques and specialized care for delicate fabrics and wedding dresses.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-boy-using-rag-cleaning-product_23-2148456940.jpg", imageAlt: "Stain removal and fabric care"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-boy-using-rag-cleaning-product_23-2148456940.jpg?_wi=2",
imageAlt: "Stain removal and fabric care",
},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-boy-using-rag-cleaning-product_23-2148456940.jpg", imageAlt: "Stain removal and fabric care"},
},
]}
showStepNumbers={true}
@@ -149,59 +129,17 @@ export default function HomePage() {
<TestimonialCardTen
testimonials={[
{
id: "1",
title: "Exceptional Service",
quote: "Work clothes came back super crisp and perfectly pressed. Best dry cleaners in Brampton!",
name: "John Smith",
role: "Business Professional",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
imageAlt: "John Smith, Business Professional",
},
id: "1", title: "Exceptional Service", quote: "Work clothes came back super crisp and perfectly pressed. Best dry cleaners in Brampton!", name: "John Smith", role: "Business Professional", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "John Smith, Business Professional"},
{
id: "2",
title: "Expert Repairs",
quote: "Owner fixed my blouse and it looked brand new. Their attention to detail is incredible.",
name: "Sarah Johnson",
role: "Customer",
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1",
imageAlt: "Sarah Johnson, Customer",
},
id: "2", title: "Expert Repairs", quote: "Owner fixed my blouse and it looked brand new. Their attention to detail is incredible.", name: "Sarah Johnson", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Sarah Johnson, Customer"},
{
id: "3",
title: "Highly Recommended",
quote: "I highly recommend to friends and family. They never disappoint with quality and service.",
name: "Michael Chen",
role: "Regular Customer",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
imageAlt: "Michael Chen, Regular Customer",
},
id: "3", title: "Highly Recommended", quote: "I highly recommend to friends and family. They never disappoint with quality and service.", name: "Michael Chen", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen, Regular Customer"},
{
id: "4",
title: "Fast & Reliable",
quote: "Quick turnaround and amazing quality. This is my go-to dry cleaner in Brampton.",
name: "Emily Davis",
role: "Customer",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
imageAlt: "Emily Davis, Customer",
},
id: "4", title: "Fast & Reliable", quote: "Quick turnaround and amazing quality. This is my go-to dry cleaner in Brampton.", name: "Emily Davis", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Davis, Customer"},
{
id: "5",
title: "Worth Every Dollar",
quote: "Professional service, fair pricing, and they really care about your clothes.",
name: "David Wilson",
role: "Long-time Customer",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1",
imageAlt: "David Wilson, Long-time Customer",
},
id: "5", title: "Worth Every Dollar", quote: "Professional service, fair pricing, and they really care about your clothes.", name: "David Wilson", role: "Long-time Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "David Wilson, Long-time Customer"},
{
id: "6",
title: "Best in Area",
quote: "Fantastic quality and friendly staff. Best dry cleaning experience I've had.",
name: "Lisa Anderson",
role: "Satisfied Customer",
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1",
imageAlt: "Lisa Anderson, Satisfied Customer",
},
id: "6", title: "Best in Area", quote: "Fantastic quality and friendly staff. Best dry cleaning experience I've had.", name: "Lisa Anderson", role: "Satisfied Customer", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Lisa Anderson, Satisfied Customer"},
]}
title="What Our Customers Say"
description="Real reviews from satisfied customers in Brampton"
@@ -215,35 +153,17 @@ export default function HomePage() {
<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.",
},
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."},
{
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.",
},
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."},
{
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.",
},
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."},
{
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.",
},
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."},
{
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.",
},
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."},
{
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.",
},
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."},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Get answers to common questions about our services, pricing, and policies."
@@ -262,9 +182,9 @@ export default function HomePage() {
description="Have questions? Need a quote? Call, visit, or fill out the form below and we'll get back to you quickly."
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=1"
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"
@@ -277,14 +197,13 @@ export default function HomePage() {
<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=1"
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" },
@@ -292,8 +211,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Reviews", href: "/reviews" },
{ label: "Contact", href: "/contact" },
@@ -301,8 +219,7 @@ export default function HomePage() {
],
},
{
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: "#" },

View File

@@ -25,7 +25,7 @@ export default function ReviewsPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="largeSizeMediumTitles"
background="blurBottom"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="double-inset"
secondaryButtonStyle="glass"
@@ -36,9 +36,7 @@ export default function ReviewsPage() {
brandName="Smart City Eco"
navItems={navItems}
button={{
text: "Call Now",
href: "tel:(647)482-4296",
}}
text: "Call Now", href: "tel:(647)482-4296"}}
/>
</div>
@@ -61,59 +59,17 @@ export default function ReviewsPage() {
<TestimonialCardTen
testimonials={[
{
id: "1",
title: "Exceptional Service",
quote: "Work clothes came back super crisp and perfectly pressed. Best dry cleaners in Brampton! The attention to detail is unmatched.",
name: "John Smith",
role: "Business Professional",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6",
imageAlt: "John Smith",
},
id: "1", title: "Exceptional Service", quote: "Work clothes came back super crisp and perfectly pressed. Best dry cleaners in Brampton! The attention to detail is unmatched.", name: "John Smith", role: "Business Professional", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "John Smith"},
{
id: "2",
title: "Expert Repairs",
quote: "Owner fixed my blouse and it looked brand new. Their attention to detail is incredible. I've never seen better work.",
name: "Sarah Johnson",
role: "Regular Customer",
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=3",
imageAlt: "Sarah Johnson",
},
id: "2", title: "Expert Repairs", quote: "Owner fixed my blouse and it looked brand new. Their attention to detail is incredible. I've never seen better work.", name: "Sarah Johnson", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Sarah Johnson"},
{
id: "3",
title: "Highly Recommended",
quote: "I highly recommend to friends and family. They never disappoint with quality and service. Always on time, always perfect.",
name: "Michael Chen",
role: "Trusted Customer",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7",
imageAlt: "Michael Chen",
},
id: "3", title: "Highly Recommended", quote: "I highly recommend to friends and family. They never disappoint with quality and service. Always on time, always perfect.", name: "Michael Chen", role: "Trusted Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"},
{
id: "4",
title: "Fast & Reliable",
quote: "Quick turnaround and amazing quality. This is my go-to dry cleaner in Brampton. Never let me down.",
name: "Emily Davis",
role: "Frequent Customer",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8",
imageAlt: "Emily Davis",
},
id: "4", title: "Fast & Reliable", quote: "Quick turnaround and amazing quality. This is my go-to dry cleaner in Brampton. Never let me down.", name: "Emily Davis", role: "Frequent Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Davis"},
{
id: "5",
title: "Worth Every Dollar",
quote: "Professional service, fair pricing, and they really care about your clothes. Best investment for my wardrobe.",
name: "David Wilson",
role: "Premium Customer",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2",
imageAlt: "David Wilson",
},
id: "5", title: "Worth Every Dollar", quote: "Professional service, fair pricing, and they really care about your clothes. Best investment for my wardrobe.", name: "David Wilson", role: "Premium Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "David Wilson"},
{
id: "6",
title: "Best in Area",
quote: "Fantastic quality and friendly staff. Best dry cleaning experience I've had. Highly professional team.",
name: "Lisa Anderson",
role: "Satisfied Customer",
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2",
imageAlt: "Lisa Anderson",
},
id: "6", title: "Best in Area", quote: "Fantastic quality and friendly staff. Best dry cleaning experience I've had. Highly professional team.", name: "Lisa Anderson", role: "Satisfied Customer", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Lisa Anderson"},
]}
title="What Our Customers Say"
description="Real reviews from families and professionals in Brampton"
@@ -130,9 +86,9 @@ export default function ReviewsPage() {
description="We love hearing from our customers! Share your review on Google or contact us with feedback. Your voice matters to us."
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=3"
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-948.jpg"
imageAlt="Customer service representative"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -145,14 +101,13 @@ export default function ReviewsPage() {
<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=4"
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" },
@@ -160,8 +115,7 @@ export default function ReviewsPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Reviews", href: "/reviews" },
{ label: "Contact", href: "/contact" },
@@ -169,8 +123,7 @@ export default function ReviewsPage() {
],
},
{
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: "#" },

View File

@@ -25,7 +25,7 @@ export default function ServicesPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="largeSizeMediumTitles"
background="blurBottom"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="double-inset"
secondaryButtonStyle="glass"
@@ -36,9 +36,7 @@ export default function ServicesPage() {
brandName="Smart City Eco"
navItems={navItems}
button={{
text: "Call Now",
href: "tel:(647)482-4296",
}}
text: "Call Now", href: "tel:(647)482-4296"}}
/>
</div>
@@ -47,42 +45,24 @@ export default function ServicesPage() {
features={[
{
id: 1,
title: "Professional Dry Cleaning",
description: "Expert cleaning for all fabric types with attention to detail and eco-friendly methods. We handle delicate silks, wool, and specialty materials.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg?_wi=4",
imageAlt: "Professional dry cleaning service",
},
title: "Professional Dry Cleaning", description: "Expert cleaning for all fabric types with attention to detail and eco-friendly methods. We handle delicate silks, wool, and specialty materials.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg", imageAlt: "Professional dry cleaning service"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg?_wi=5",
imageAlt: "Professional dry cleaning service",
},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg", imageAlt: "Professional dry cleaning service"},
},
{
id: 2,
title: "Expert Repairs & Alterations",
description: "Expert tailoring, zipper repairs, hemming, and alterations to make your clothes fit perfectly. Custom adjustments for any garment.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-is-cutting-off-fabric-with-scissors-he-is-wearing-denim-closeup-photo-shoot_613910-21806.jpg?_wi=3",
imageAlt: "Clothing repair and alterations",
},
title: "Expert Repairs & Alterations", description: "Expert tailoring, zipper repairs, hemming, and alterations to make your clothes fit perfectly. Custom adjustments for any garment.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-is-cutting-off-fabric-with-scissors-he-is-wearing-denim-closeup-photo-shoot_613910-21806.jpg", imageAlt: "Clothing repair and alterations"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-is-cutting-off-fabric-with-scissors-he-is-wearing-denim-closeup-photo-shoot_613910-21806.jpg?_wi=4",
imageAlt: "Clothing repair and alterations",
},
imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-is-cutting-off-fabric-with-scissors-he-is-wearing-denim-closeup-photo-shoot_613910-21806.jpg", imageAlt: "Clothing repair and alterations"},
},
{
id: 3,
title: "Stain Removal & Special Care",
description: "Advanced stain removal techniques and specialized care for delicate fabrics and wedding dresses. Same-day treatment available.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-boy-using-rag-cleaning-product_23-2148456940.jpg?_wi=3",
imageAlt: "Stain removal and fabric care",
},
title: "Stain Removal & Special Care", description: "Advanced stain removal techniques and specialized care for delicate fabrics and wedding dresses. Same-day treatment available.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-boy-using-rag-cleaning-product_23-2148456940.jpg", imageAlt: "Stain removal and fabric care"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-boy-using-rag-cleaning-product_23-2148456940.jpg?_wi=4",
imageAlt: "Stain removal and fabric care",
},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-boy-using-rag-cleaning-product_23-2148456940.jpg", imageAlt: "Stain removal and fabric care"},
},
]}
showStepNumbers={true}
@@ -117,9 +97,9 @@ export default function ServicesPage() {
description="Contact us today to discuss your dry cleaning, repair, or alteration needs. We offer free consultations and personalized service."
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=2"
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-948.jpg"
imageAlt="Contact us for services"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -132,14 +112,13 @@ export default function ServicesPage() {
<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=2"
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" },
@@ -147,8 +126,7 @@ export default function ServicesPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Reviews", href: "/reviews" },
{ label: "Contact", href: "/contact" },
@@ -156,8 +134,7 @@ export default function ServicesPage() {
],
},
{
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: "#" },