From 6cfb091d0d99e73f12e2aff06680b6e4f37a7459 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:17:35 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 63760cf..af63cd7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { handle: "@frankfurt-cleaning", testimonial: "Excellent service and fast results! Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/angry-asian-man-standing-couch-leaning-it-looking-camera_1098-17479.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/angry-asian-man-standing-couch-leaning-it-looking-camera_1098-17479.jpg?_wi=1", imageAlt: "professional carpet cleaning service", }, { @@ -74,7 +74,7 @@ export default function LandingPage() { handle: "@frankfurt-cleaning", testimonial: "Professional and very thorough cleaning.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNnjMXXku88iHFue8MKQx5vISJ/uploaded-1776266215045-3f6h1sx4.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNnjMXXku88iHFue8MKQx5vISJ/uploaded-1776266215045-3f6h1sx4.png?_wi=1", imageAlt: "professional carpet cleaning service", }, { @@ -82,7 +82,7 @@ export default function LandingPage() { handle: "@frankfurt-cleaning", testimonial: "My sofa looks brand new again!", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNnjMXXku88iHFue8MKQx5vISJ/uploaded-1776266215045-imo1zxol.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNnjMXXku88iHFue8MKQx5vISJ/uploaded-1776266215045-imo1zxol.png?_wi=1", imageAlt: "professional carpet cleaning service", }, { @@ -90,7 +90,7 @@ export default function LandingPage() { handle: "@frankfurt-cleaning", testimonial: "Same-day service was a life saver.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-brushing-textile_23-2148465017.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-brushing-textile_23-2148465017.jpg?_wi=1", imageAlt: "professional carpet cleaning service", }, { @@ -98,7 +98,7 @@ export default function LandingPage() { handle: "@frankfurt-cleaning", testimonial: "Reliable and affordable cleaning.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-working-together_23-2149721917.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-working-together_23-2149721917.jpg?_wi=1", imageAlt: "professional carpet cleaning service", }, ]} @@ -112,7 +112,7 @@ export default function LandingPage() { href: "sms:+14848454829?body=Hi%20I%20need%20a%20cleaning%20quote", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/angry-asian-man-standing-couch-leaning-it-looking-camera_1098-17479.jpg" + imageSrc="http://img.b2bpic.net/free-photo/angry-asian-man-standing-couch-leaning-it-looking-camera_1098-17479.jpg?_wi=2" mediaAnimation="blur-reveal" /> @@ -160,7 +160,7 @@ export default function LandingPage() { -- 2.49.1 From 883214dc4935cf3d23e9907c00826f70b822f974 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:17:35 +0000 Subject: [PATCH 2/3] Update src/app/service-area/page.tsx --- src/app/service-area/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/service-area/page.tsx b/src/app/service-area/page.tsx index 3df3b4f..87d6edc 100644 --- a/src/app/service-area/page.tsx +++ b/src/app/service-area/page.tsx @@ -58,21 +58,21 @@ export default function LandingPage() { title: "Chester, PA", description: "Serving Chester and surrounding areas.", bentoComponent: "reveal-icon", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNnjMXXku88iHFue8MKQx5vISJ/uploaded-1776266215045-3f6h1sx4.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNnjMXXku88iHFue8MKQx5vISJ/uploaded-1776266215045-3f6h1sx4.png?_wi=3", imageAlt: "User provided image", }, { title: "Wilmington, DE", description: "Serving Wilmington.", bentoComponent: "reveal-icon", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNnjMXXku88iHFue8MKQx5vISJ/uploaded-1776266215045-imo1zxol.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNnjMXXku88iHFue8MKQx5vISJ/uploaded-1776266215045-imo1zxol.png?_wi=3", imageAlt: "User provided image", }, { title: "Philadelphia, PA", description: "Serving Philadelphia.", bentoComponent: "reveal-icon", - imageSrc: "http://img.b2bpic.net/free-photo/angry-asian-man-standing-couch-leaning-it-looking-camera_1098-17479.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/angry-asian-man-standing-couch-leaning-it-looking-camera_1098-17479.jpg?_wi=4", imageAlt: "User provided image", }, ]} -- 2.49.1 From a901a5d0f2de20e56d8339736c02b3db33a1a010 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:17:36 +0000 Subject: [PATCH 3/3] Update src/app/work/page.tsx --- src/app/work/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/work/page.tsx b/src/app/work/page.tsx index 3106c84..6136065 100644 --- a/src/app/work/page.tsx +++ b/src/app/work/page.tsx @@ -59,31 +59,31 @@ export default function LandingPage() { id: "1", name: "Sofa Deep Cleaning", price: "Before / After", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNnjMXXku88iHFue8MKQx5vISJ/uploaded-1776266215045-imo1zxol.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNnjMXXku88iHFue8MKQx5vISJ/uploaded-1776266215045-imo1zxol.png?_wi=2", }, { id: "2", name: "Carpet Stain Removal", price: "Before / After", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNnjMXXku88iHFue8MKQx5vISJ/uploaded-1776266215045-3f6h1sx4.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNnjMXXku88iHFue8MKQx5vISJ/uploaded-1776266215045-3f6h1sx4.png?_wi=2", }, { id: "3", name: "Mattress Restoration", price: "Before / After", - imageSrc: "http://img.b2bpic.net/free-photo/angry-asian-man-standing-couch-leaning-it-looking-camera_1098-17479.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/angry-asian-man-standing-couch-leaning-it-looking-camera_1098-17479.jpg?_wi=3", }, { id: "4", name: "Sofa Deep Cleaning", price: "Before / After", - imageSrc: "http://img.b2bpic.net/free-photo/woman-brushing-textile_23-2148465017.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-brushing-textile_23-2148465017.jpg?_wi=3", }, { id: "5", name: "Carpet Stain Removal", price: "Before / After", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-working-together_23-2149721917.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-working-together_23-2149721917.jpg?_wi=2", }, { id: "6", -- 2.49.1