From c4359fe921f7cd2ef29207c96ddefefb65b8acd5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 15:10:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d434f9e..69dd727 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,15 +64,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/staircases-water-modern-building_116348-93.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/staircases-water-modern-building_116348-93.jpg?_wi=1", imageAlt: "Landscape Transformation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263539.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263539.jpg?_wi=1", imageAlt: "Hardscape Construction", }, { - imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498460.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498460.jpg?_wi=1", imageAlt: "Finished Fence Project", }, { @@ -128,7 +128,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/staircases-water-modern-building_116348-93.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/staircases-water-modern-building_116348-93.jpg?_wi=2", imageAlt: "professional landscaper inspecting project", }, { @@ -139,7 +139,7 @@ export default function LandingPage() { }, items: [], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263539.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263539.jpg?_wi=2", imageAlt: "professional landscaper inspecting project", }, { @@ -150,7 +150,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498460.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498460.jpg?_wi=2", imageAlt: "professional landscaper inspecting project", }, ]} -- 2.49.1