From b05dac21b729092aad38d30c4a2adaaca32f8e0f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 19:05:20 +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 3306299..82a9e7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,23 +66,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-black-african-american-man-hat-sunglasses-against-fence_627829-3839.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-black-african-american-man-hat-sunglasses-against-fence_627829-3839.jpg?_wi=1", imageAlt: "Quality fencing installation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-doing-household-chores-participating-cleaning-home_23-2151468680.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-doing-household-chores-participating-cleaning-home_23-2151468680.jpg?_wi=1", imageAlt: "Beautifully landscaped backyard", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-black-african-american-man-hat-sunglasses-against-fence_627829-3839.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-black-african-american-man-hat-sunglasses-against-fence_627829-3839.jpg?_wi=2", imageAlt: "Modern garden fence design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-doing-household-chores-participating-cleaning-home_23-2151468680.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-doing-household-chores-participating-cleaning-home_23-2151468680.jpg?_wi=2", imageAlt: "Professional landscaping project", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-black-african-american-man-hat-sunglasses-against-fence_627829-3839.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-black-african-american-man-hat-sunglasses-against-fence_627829-3839.jpg?_wi=3", imageAlt: "Residential fencing solutions", }, ]} @@ -153,7 +153,7 @@ export default function LandingPage() { role: "Homeowner", quote: "Horizon transformed my backyard into a beautiful retreat. Their fence team was quick and professional.", title: "Great Experience", - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-near-house-looking-camera_259150-59313.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-near-house-looking-camera_259150-59313.jpg?_wi=1", }, { id: "2", @@ -185,7 +185,7 @@ export default function LandingPage() { role: "Property Owner", quote: "The team was respectful of my garden and delivered exactly what I asked for. Wonderful results!", title: "Exceptional Care", - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-near-house-looking-camera_259150-59313.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-near-house-looking-camera_259150-59313.jpg?_wi=2", }, ]} title="What Our Clients Say" -- 2.49.1