From 50833ec9609906c783dcfe22a54bce4013b71059 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 09:50:16 +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 a527220..21800d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,11 +60,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-architecture_23-2151050996.jpg", imageAlt: "Landscape Design"}, + 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", imageAlt: "Meticulous Lawn"}, + 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", imageAlt: "Garden Design"}, + imageSrc: "http://img.b2bpic.net/free-photo/wooden-box_23-2148013377.jpg?_wi=1", imageAlt: "Garden Design"}, { imageSrc: "http://img.b2bpic.net/free-photo/rural-house-with-stone-pathway_1127-311.jpg", imageAlt: "Stone Pathway"}, { @@ -95,13 +95,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg", imageAlt: "garden lawn maintenance grass"}, { 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", imageAlt: "garden lawn maintenance grass"}, + 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", imageAlt: "garden lawn maintenance grass"}, + 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", imageAlt: "garden lawn maintenance grass"}, + imageSrc: "http://img.b2bpic.net/free-photo/wooden-box_23-2148013377.jpg?_wi=2", imageAlt: "garden lawn maintenance grass"}, ]} title="Our Professional Services" description="We offer comprehensive landscaping solutions to maintain and improve your outdoor space throughout the year." -- 2.49.1