From d22386817f02731a344650db563a4f37919926e5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:20:40 +0000 Subject: [PATCH 1/3] Update src/app/hedge-trimming/page.tsx --- src/app/hedge-trimming/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/hedge-trimming/page.tsx b/src/app/hedge-trimming/page.tsx index 3343b4d..5a32576 100644 --- a/src/app/hedge-trimming/page.tsx +++ b/src/app/hedge-trimming/page.tsx @@ -38,8 +38,8 @@ export default function HedgeTrimmingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { id: 1, title: "Shaping", description: "Detailed shaping for a polished look.", imageSrc: "https://images.unsplash.com/photo-1598440947619-2c35fd95604d?w=800" }, - { id: 2, title: "Height Reduction", description: "Controlled cutting for growth management.", imageSrc: "https://images.unsplash.com/photo-1589476993168-f52b36a21908?w=800" } + { id: 1, title: "Shaping", description: "Detailed shaping for a polished look.", imageSrc: "https://images.unsplash.com/photo-1598440947619-2c35fd95604d?w=800&_wi=1" }, + { id: 2, title: "Height Reduction", description: "Controlled cutting for growth management.", imageSrc: "https://images.unsplash.com/photo-1589476993168-f52b36a21908?w=800&_wi=1" } ]} /> -- 2.49.1 From 74994b0580012de8ba8d3d01e613e3a11fd44832 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:20:41 +0000 Subject: [PATCH 2/3] Update src/app/rock-gravel/page.tsx --- src/app/rock-gravel/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/rock-gravel/page.tsx b/src/app/rock-gravel/page.tsx index 37f1e46..e962976 100644 --- a/src/app/rock-gravel/page.tsx +++ b/src/app/rock-gravel/page.tsx @@ -38,7 +38,7 @@ export default function RockGravelPage() { useInvertedBackground={false} features={[ { id: 1, title: "New Installation", description: "High quality rock and gravel installation for any landscape design.", imageSrc: "https://images.unsplash.com/photo-1596402206176-46473d501867?w=800" }, - { id: 2, title: "Removal & Refresh", description: "Full removal of old gravel or refreshing your existing look.", imageSrc: "https://images.unsplash.com/photo-1589476993168-f52b36a21908?w=800" } + { id: 2, title: "Removal & Refresh", description: "Full removal of old gravel or refreshing your existing look.", imageSrc: "https://images.unsplash.com/photo-1589476993168-f52b36a21908?w=800&_wi=2" } ]} /> -- 2.49.1 From 4478cf14da180f9ad99393e1543086c4202552c2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:20:41 +0000 Subject: [PATCH 3/3] Update src/app/tree-removal-trimming/page.tsx --- src/app/tree-removal-trimming/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/tree-removal-trimming/page.tsx b/src/app/tree-removal-trimming/page.tsx index 7577dc6..2b006fb 100644 --- a/src/app/tree-removal-trimming/page.tsx +++ b/src/app/tree-removal-trimming/page.tsx @@ -37,8 +37,8 @@ export default function TreeRemovalPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { id: 1, title: "Tree Trimming", description: "Precision trimming to improve tree health and structure.", imageSrc: "https://images.unsplash.com/photo-1598440947619-2c35fd95604d?w=800" }, - { id: 2, title: "Tree Removal", description: "Safe and efficient removal for dangerous or unwanted trees.", imageSrc: "https://images.unsplash.com/photo-1589476993168-f52b36a21908?w=800" } + { id: 1, title: "Tree Trimming", description: "Precision trimming to improve tree health and structure.", imageSrc: "https://images.unsplash.com/photo-1598440947619-2c35fd95604d?w=800&_wi=2" }, + { id: 2, title: "Tree Removal", description: "Safe and efficient removal for dangerous or unwanted trees.", imageSrc: "https://images.unsplash.com/photo-1589476993168-f52b36a21908?w=800&_wi=3" } ]} /> -- 2.49.1