Update src/app/services/page.tsx

This commit is contained in:
2026-03-04 23:10:32 +00:00
parent 211254d588
commit ab5cdc78e5

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