From b4e81b9f5d1d1bf429250f9b67231693e55690ec Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 14:21:14 +0000 Subject: [PATCH] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index cc62294..d3b99ba 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -92,42 +92,42 @@ export default function GalleryPage() { id: "1", name: "Lawn Transformation", price: "View", - imageSrc: "http://img.b2bpic.net/free-photo/gardener-watering-succulent-plant-soil_23-2147844313.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gardener-watering-succulent-plant-soil_23-2147844313.jpg?_wi=2", imageAlt: "Before and after lawn transformation", }, { id: "2", name: "Garden Renovation", price: "View", - imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1029.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1029.jpg?_wi=2", imageAlt: "Before and after garden renovation", }, { id: "3", name: "Landscape Design", price: "View", - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261228.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261228.jpg?_wi=2", imageAlt: "Before and after landscape design", }, { id: "4", name: "Tree Removal", price: "View", - imageSrc: "http://img.b2bpic.net/free-photo/plants-pot-with-watering-can_23-2148905232.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plants-pot-with-watering-can_23-2148905232.jpg?_wi=2", imageAlt: "Before and after tree removal", }, { id: "5", name: "Hedge Trimming", price: "View", - imageSrc: "http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg?_wi=2", imageAlt: "Before and after hedge trimming", }, { id: "6", name: "Complete Makeover", price: "View", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-plant-pot_23-2149128121.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-plant-pot_23-2149128121.jpg?_wi=2", imageAlt: "Before and after complete garden makeover", }, ]}