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" } ]} /> 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" } ]} /> 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" } ]} />