From e60a6ac5284f2a57779e6f91d814a82e48e9f6f0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:08:38 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 0f33eaf..9346f41 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -50,11 +50,11 @@ export default function ServicesPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg?_wi=4", imageAlt: "Professional dry cleaning service", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg?_wi=5", imageAlt: "Professional dry cleaning service", }, }, @@ -63,11 +63,11 @@ export default function ServicesPage() { 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", + 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", }, 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", + 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", }, }, @@ -76,11 +76,11 @@ export default function ServicesPage() { 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", + 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", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-boy-using-rag-cleaning-product_23-2148456940.jpg", + 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", }, }, @@ -119,7 +119,7 @@ export default function ServicesPage() { tagAnimation="blur-reveal" background={{ variant: "blurBottom" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-948.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-948.jpg?_wi=2" imageAlt="Contact us for services" mediaAnimation="slide-up" mediaPosition="right" @@ -132,7 +132,7 @@ export default function ServicesPage() {