From 7262116bc7192aff4bc13ce150bc6c25bcd3c7a2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 23:33:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 46f7ab0..1d2ffc2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,7 +105,7 @@ export default function LandingPage() { descriptions: [ "Professional cleaning for suits, dresses, and delicate fabrics.", ], - imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-holding-clothes-looking-away_23-2148401431.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-holding-clothes-looking-away_23-2148401431.jpg?_wi=1", }, { id: "s2", @@ -113,7 +113,7 @@ export default function LandingPage() { descriptions: [ "Expert tailoring for the perfect fit and repairs.", ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-male-designer-sewing-fabric-with-needle_23-2148180327.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-male-designer-sewing-fabric-with-needle_23-2148180327.jpg?_wi=1", }, { id: "s3", @@ -121,7 +121,7 @@ export default function LandingPage() { descriptions: [ "Specialist stain treatment for stubborn marks.", ], - imageSrc: "http://img.b2bpic.net/free-photo/man-servant-ironing-clothing_23-2149530867.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-servant-ironing-clothing_23-2149530867.jpg?_wi=1", }, { id: "s4", @@ -129,7 +129,7 @@ export default function LandingPage() { descriptions: [ "Gowns and occasion wear handled with care.", ], - imageSrc: "http://img.b2bpic.net/free-photo/bride-her-wedding-day-morning-preparation_1303-10494.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bride-her-wedding-day-morning-preparation_1303-10494.jpg?_wi=1", }, { id: "s5", @@ -137,7 +137,7 @@ export default function LandingPage() { descriptions: [ "Fresh, pristine duvet and bedding laundry.", ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-classify-clothes_23-2148857531.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-classify-clothes_23-2148857531.jpg?_wi=1", }, { id: "s6", @@ -175,7 +175,7 @@ export default function LandingPage() { role: "Local Guide", company: "Romford", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-holding-clothes-looking-away_23-2148401431.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-holding-clothes-looking-away_23-2148401431.jpg?_wi=2", }, { id: "2", @@ -183,7 +183,7 @@ export default function LandingPage() { role: "Customer", company: "Romford", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-male-designer-sewing-fabric-with-needle_23-2148180327.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-male-designer-sewing-fabric-with-needle_23-2148180327.jpg?_wi=2", }, { id: "3", @@ -191,7 +191,7 @@ export default function LandingPage() { role: "Customer", company: "Romford", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-servant-ironing-clothing_23-2149530867.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-servant-ironing-clothing_23-2149530867.jpg?_wi=2", }, { id: "4", @@ -199,7 +199,7 @@ export default function LandingPage() { role: "Customer", company: "Romford", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bride-her-wedding-day-morning-preparation_1303-10494.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bride-her-wedding-day-morning-preparation_1303-10494.jpg?_wi=2", }, { id: "5", @@ -207,7 +207,7 @@ export default function LandingPage() { role: "Customer", company: "Romford", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-classify-clothes_23-2148857531.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-classify-clothes_23-2148857531.jpg?_wi=2", }, ]} kpiItems={[ -- 2.49.1