From ab5cdc78e5ce5c33a813752a67ff80a68799333a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:10:32 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 57 ++++++++++++--------------------------- 1 file changed, 17 insertions(+), 40 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 9346f41..a0539b0 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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"}} /> @@ -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() {