From 35adf28808d69ef09c4ef376e615f525616dadd9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:40:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e7db9e9..544d9a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,18 +89,18 @@ export default function HomePage() { mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/winding-pathway-with-grass-sides_1137-208.jpg", + "http://img.b2bpic.net/free-photo/winding-pathway-with-grass-sides_1137-208.jpg?_wi=1", imageAlt: "Beautiful manicured lawn with lush green grass", }, { imageSrc: - "http://img.b2bpic.net/free-photo/gardening-composition-with-space-top_23-2147673271.jpg", + "http://img.b2bpic.net/free-photo/gardening-composition-with-space-top_23-2147673271.jpg?_wi=1", imageAlt: "Professional landscaping with flower beds and mulch", }, { imageSrc: - "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg", + "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg?_wi=1", imageAlt: "Perfectly maintained landscape with trees and shrubs", }, @@ -198,7 +198,7 @@ export default function HomePage() { name: "Landscape Design", price: "Custom Installation", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg", + "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg?_wi=2", imageAlt: "Before and after landscaping with new flower beds and mulch", }, @@ -239,7 +239,7 @@ export default function HomePage() { company: "Fayetteville, TN", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "portrait woman professional headshot avatar", }, { @@ -249,7 +249,7 @@ export default function HomePage() { company: "Fayetteville", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "portrait man professional headshot avatar", }, { @@ -259,7 +259,7 @@ export default function HomePage() { company: "Fayetteville, TN", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "portrait woman professional headshot avatar", }, ]}