From be512e60af113179e20dda5eb4a5f7e84237bbc1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 21:17:06 +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 82c726a..8319741 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-picture-female-doing-gardening_181624-31754.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-picture-female-doing-gardening_181624-31754.jpg?_wi=1", imageAlt: "Landscaping project", }, { @@ -143,7 +143,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-picture-female-doing-gardening_181624-31754.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-picture-female-doing-gardening_181624-31754.jpg?_wi=2", imageAlt: "asphalt paving driveway repair", }, { @@ -170,7 +170,7 @@ export default function LandingPage() { title: "Grading & Drainage", description: "Expert drainage solutions for lasting results.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/work-life-joyful-middle-aged-man-comfortable-casual-clothes-talking-smartphone-gesturing-while-sitting-open-terrace-country-house-sunny-day_259150-59318.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/work-life-joyful-middle-aged-man-comfortable-casual-clothes-talking-smartphone-gesturing-while-sitting-open-terrace-country-house-sunny-day_259150-59318.jpg?_wi=1", }, items: [ { @@ -183,7 +183,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367132.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367132.jpg?_wi=1", imageAlt: "asphalt paving driveway repair", }, ]} @@ -292,7 +292,7 @@ export default function LandingPage() { role: "Homeowner", company: "Cypress", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/work-life-joyful-middle-aged-man-comfortable-casual-clothes-talking-smartphone-gesturing-while-sitting-open-terrace-country-house-sunny-day_259150-59318.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/work-life-joyful-middle-aged-man-comfortable-casual-clothes-talking-smartphone-gesturing-while-sitting-open-terrace-country-house-sunny-day_259150-59318.jpg?_wi=2", }, { id: "t2", @@ -300,7 +300,7 @@ export default function LandingPage() { role: "Business Owner", company: "Houston", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367132.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367132.jpg?_wi=2", }, { id: "t3", -- 2.49.1