From 6727addf8182ce2a2c7448c1ae4ccaf24ff78c81 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 18:24:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ba3bd64..f2cb014 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,27 +66,27 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/store-employee-showing-new-fashion-collection-elderly-client_482257-83171.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/store-employee-showing-new-fashion-collection-elderly-client_482257-83171.jpg?_wi=1", imageAlt: "Professional Garment Care", }, { - imageSrc: "http://img.b2bpic.net/free-photo/store-employee-showing-new-fashion-collection-elderly-client_482257-83171.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/store-employee-showing-new-fashion-collection-elderly-client_482257-83171.jpg?_wi=2", imageAlt: "Dry Cleaning Facility", }, { - imageSrc: "http://img.b2bpic.net/free-photo/store-employee-showing-new-fashion-collection-elderly-client_482257-83171.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/store-employee-showing-new-fashion-collection-elderly-client_482257-83171.jpg?_wi=3", imageAlt: "Expert Tailoring Work", }, { - imageSrc: "http://img.b2bpic.net/free-photo/store-employee-showing-new-fashion-collection-elderly-client_482257-83171.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/store-employee-showing-new-fashion-collection-elderly-client_482257-83171.jpg?_wi=4", imageAlt: "Prom Dress Cleaning", }, { - imageSrc: "http://img.b2bpic.net/free-photo/store-employee-showing-new-fashion-collection-elderly-client_482257-83171.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/store-employee-showing-new-fashion-collection-elderly-client_482257-83171.jpg?_wi=5", imageAlt: "Wedding Dress Preservation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/store-employee-showing-new-fashion-collection-elderly-client_482257-83171.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/store-employee-showing-new-fashion-collection-elderly-client_482257-83171.jpg?_wi=6", imageAlt: "Professional Pressing", }, ]} @@ -117,7 +117,7 @@ export default function LandingPage() { tags: [ "Premium", ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8oapkz", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8oapkz&_wi=1", }, { id: "s2", @@ -127,7 +127,7 @@ export default function LandingPage() { tags: [ "Precise", ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8oapkz", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8oapkz&_wi=2", }, { id: "s3", @@ -137,7 +137,7 @@ export default function LandingPage() { tags: [ "Specialty", ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8oapkz", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8oapkz&_wi=3", }, { id: "s4", @@ -147,7 +147,7 @@ export default function LandingPage() { tags: [ "Daily", ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8oapkz", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8oapkz&_wi=4", }, { id: "s5", @@ -157,7 +157,7 @@ export default function LandingPage() { tags: [ "Unique", ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8oapkz", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8oapkz&_wi=5", }, { id: "s6", @@ -167,7 +167,7 @@ export default function LandingPage() { tags: [ "Sharp", ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8oapkz", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8oapkz&_wi=6", }, ]} title="Our Professional Services" -- 2.49.1