From e0bac4420a1983bd12a447d081b6c9b85ad71743 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 09:49:23 +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 ad882d7..604f3dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,15 +74,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-architecture_23-2151050996.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-architecture_23-2151050996.jpg?_wi=1", imageAlt: "Landscape Design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/green-leaves_1417-1624.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-leaves_1417-1624.jpg?_wi=1", imageAlt: "Meticulous Lawn", }, { - imageSrc: "http://img.b2bpic.net/free-photo/wooden-box_23-2148013377.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-box_23-2148013377.jpg?_wi=1", imageAlt: "Garden Design", }, { @@ -127,21 +127,21 @@ export default function LandingPage() { title: "Hardscaping", description: "Custom patios, stone walkways, and feature walls built to last.", buttonIcon: "Shield", - imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-architecture_23-2151050996.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-architecture_23-2151050996.jpg?_wi=2", imageAlt: "garden lawn maintenance grass", }, { title: "Gardening Services", description: "Planting, seasonal color, and soil enrichment for vibrant gardens.", buttonIcon: "Sparkles", - imageSrc: "http://img.b2bpic.net/free-photo/green-leaves_1417-1624.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-leaves_1417-1624.jpg?_wi=2", imageAlt: "garden lawn maintenance grass", }, { title: "Irrigation Solutions", description: "Efficient watering systems to keep your lawn and plants thriving.", buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-box_23-2148013377.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-box_23-2148013377.jpg?_wi=2", imageAlt: "garden lawn maintenance grass", }, ]} -- 2.49.1