From dc6f9848252670596c0c7418b656781af702d9bf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:36:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 67c4e78..b4c38e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,7 +84,7 @@ export default function LandingPage() { }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3418.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3418.jpg?_wi=1", imageAlt: "Aerial garden view", }, { @@ -144,7 +144,7 @@ export default function LandingPage() { id: 1, title: "Custom Garden Design", description: "Professional layout and planting to create a personalized, serene garden oasis for your property.", - imageSrc: "http://img.b2bpic.net/free-photo/cityscape-office-buildings_1127-2951.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cityscape-office-buildings_1127-2951.jpg?_wi=1", imageAlt: "Garden pathways", }, { @@ -165,14 +165,14 @@ export default function LandingPage() { id: 4, title: "Lawn Care Services", description: "Precision mowing and grass treatment for a lush, green lawn throughout the year.", - imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3418.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3418.jpg?_wi=2", imageAlt: "Lush lawn", }, { id: 5, title: "Hardscaping & Paving", description: "Durable pathways and decorative borders that define your outdoor living areas.", - imageSrc: "http://img.b2bpic.net/free-photo/cityscape-office-buildings_1127-2951.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cityscape-office-buildings_1127-2951.jpg?_wi=2", imageAlt: "Stone path", }, ]}