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