From 87b0f5eefc15cc154d36318cd00a7f50d3b78d49 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:11:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c66ee6..154c629 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,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" + imageSrc="http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg?_wi=1" imageAlt="Professional dry cleaning service" mediaAnimation="slide-up" imagePosition="right" @@ -91,23 +91,23 @@ export default function HomePage() { { 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", imageAlt: "Professional dry cleaning service"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg?_wi=2", imageAlt: "Professional dry cleaning service"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg", imageAlt: "Professional dry cleaning service"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg?_wi=3", 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", 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?_wi=1", 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", 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?_wi=2", 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", imageAlt: "Stain removal and fabric care"}, + 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"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-boy-using-rag-cleaning-product_23-2148456940.jpg", imageAlt: "Stain removal and fabric care"}, + 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"}, }, ]} showStepNumbers={true} @@ -129,17 +129,17 @@ export default function HomePage() {