From d778c56041ac97138c4287c3a9d4f37e8980b4c8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 13:09:06 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8d377fa..1e995b0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Passion for Professional Landscaping" description="We are committed to quality and sustainable landscaping practices. With over 20 years of experience, we bring your vision to life." - imageSrc="http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg" + imageSrc="http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg?_wi=1" /> -- 2.49.1 From b5cbd769e6a39b852a36e9602bac10582a034dbe Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 13:09:07 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 90b75e5..08d498f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { tag="Expert Landscaping Services" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/experienced-florist-trimming-plants_23-2148435657.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/experienced-florist-trimming-plants_23-2148435657.jpg?_wi=1", imageAlt: "Landscape transformation", }, { -- 2.49.1 From c22490461bafc279cea48967efbc503c3a498c6d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 13:09:07 +0000 Subject: [PATCH 3/4] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 21cbe86..062c9d3 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { price: "Custom Quote", rating: 5, reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/covered-lifestyle-garden-with-indoor-outdoor-living_1127-3426.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/covered-lifestyle-garden-with-indoor-outdoor-living_1127-3426.jpg?_wi=2", }, { id: "p2", -- 2.49.1 From 51b369928358f56f1d3dc53750d0882a33af5341 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 13:09:08 +0000 Subject: [PATCH 4/4] 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 f49bb32..1aa6630 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/mossy-ground-middle-cobblestone-pathway_181624-17204.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/experienced-florist-trimming-plants_23-2148435657.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/experienced-florist-trimming-plants_23-2148435657.jpg?_wi=2", imageAlt: "stone pathway garden landscaping", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/someone-trimming-bushes-with-garden-scissors_1157-37101.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg?_wi=2", imageAlt: "stone pathway garden landscaping", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/decorative-light-bulbs-wooden-poles-mountainous-area_169016-25216.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/covered-lifestyle-garden-with-indoor-outdoor-living_1127-3426.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/covered-lifestyle-garden-with-indoor-outdoor-living_1127-3426.jpg?_wi=1", imageAlt: "stone pathway garden landscaping", }, ]} -- 2.49.1