From f789ad5821905038678cf290d44973f3281608de Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 17:41:42 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ba51e4e..8638441 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,15 +61,15 @@ export default function LandingPage() { description="High-quality workmanship from an experienced local painter and decorator serving Dundee and surrounding areas." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-architectural-interior_1048-5614.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-architectural-interior_1048-5614.jpg?_wi=1", imageAlt: "freshly painted wall interior bright", }, { - imageSrc: "http://img.b2bpic.net/free-photo/human-hands-working-it-yourself-project_23-2151509470.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/human-hands-working-it-yourself-project_23-2151509470.jpg?_wi=1", imageAlt: "exterior house painting work", }, { - imageSrc: "http://img.b2bpic.net/free-photo/vintage-wood-wall-text-background_1249-465.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vintage-wood-wall-text-background_1249-465.jpg?_wi=1", imageAlt: "expert wallpaper installation room", }, { -- 2.49.1 From 75d21af6ab2505bf2e6caf9b91cc6c6f21ba7fd3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 17:41:43 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 78d20cd..ab78b46 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-architectural-interior_1048-5614.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-architectural-interior_1048-5614.jpg?_wi=2", imageAlt: "freshly painted wall interior bright", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { }, items: [], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/human-hands-working-it-yourself-project_23-2151509470.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/human-hands-working-it-yourself-project_23-2151509470.jpg?_wi=2", imageAlt: "freshly painted wall interior bright", }, { @@ -90,7 +90,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/vintage-wood-wall-text-background_1249-465.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vintage-wood-wall-text-background_1249-465.jpg?_wi=2", imageAlt: "freshly painted wall interior bright", }, ]} -- 2.49.1