From 37533df6282d1850da50a9852a7ae81270a32cbd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 15:49:33 +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 01104b1..0d15f61 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,15 +72,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/attractive-bearded-redhead-male-pink-shirt-blue-jacket-sits-table-cafe-using-tablet-pc_613910-2046.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-bearded-redhead-male-pink-shirt-blue-jacket-sits-table-cafe-using-tablet-pc_613910-2046.jpg?_wi=1", imageAlt: "Professional lawn care service gardening", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-works-garden_1157-24647.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-works-garden_1157-24647.jpg?_wi=1", imageAlt: "Irrigation system installation close up", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers-focus-plant_176420-2078.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers-focus-plant_176420-2078.jpg?_wi=1", imageAlt: "Beautiful landscaped residential garden", }, { @@ -125,21 +125,21 @@ export default function LandingPage() { title: "Lawn Maintenance", description: "Weekly mowing, edging, and debris cleanup services.", buttonIcon: "Scissors", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-bearded-redhead-male-pink-shirt-blue-jacket-sits-table-cafe-using-tablet-pc_613910-2046.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-bearded-redhead-male-pink-shirt-blue-jacket-sits-table-cafe-using-tablet-pc_613910-2046.jpg?_wi=2", imageAlt: "Experienced florist and plants high view", }, { title: "Garden Design", description: "Professional planting, mulching, and landscape layout design.", buttonIcon: "Flower2", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-works-garden_1157-24647.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-works-garden_1157-24647.jpg?_wi=2", imageAlt: "Experienced florist and plants high view", }, { title: "Seasonal Cleanup", description: "Comprehensive spring and fall yard preparation services.", buttonIcon: "Leaf", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers-focus-plant_176420-2078.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers-focus-plant_176420-2078.jpg?_wi=2", imageAlt: "Experienced florist and plants high view", }, ]}