From b74740575acb92867282268bfdaa69e38aafd7f3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 23:55:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index edcc80a..997f8d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,19 +81,19 @@ export default function LandingPage() { imageAlt: "Construction project", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-modern-office_23-2147668769.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-modern-office_23-2147668769.jpg?_wi=1", imageAlt: "Bathroom remodel", }, { - imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498461.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498461.jpg?_wi=1", imageAlt: "Deck build", }, { - imageSrc: "http://img.b2bpic.net/free-photo/carpenter-makes-pencil-marks-wood-plank_93675-134741.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/carpenter-makes-pencil-marks-wood-plank_93675-134741.jpg?_wi=1", imageAlt: "Structural work", }, { - imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185029.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185029.jpg?_wi=1", imageAlt: "Carpentry work", }, ]} @@ -181,7 +181,7 @@ export default function LandingPage() { handle: "@ericm", testimonial: "Johan exceeded expectations on our full bathroom remodel. The level of care and detail was outstanding.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-modern-office_23-2147668769.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-modern-office_23-2147668769.jpg?_wi=2", }, { id: "2", @@ -189,7 +189,7 @@ export default function LandingPage() { handle: "@paulat", testimonial: "He kept me updated daily, was always on time, and delivered excellent work on my deck, fence, and doors.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498461.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498461.jpg?_wi=2", }, { id: "3", @@ -197,7 +197,7 @@ export default function LandingPage() { handle: "@colbyv", testimonial: "They reinforced our home's structure and completed everything in one day. Professional and efficient.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/carpenter-makes-pencil-marks-wood-plank_93675-134741.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/carpenter-makes-pencil-marks-wood-plank_93675-134741.jpg?_wi=2", }, { id: "4", @@ -205,7 +205,7 @@ export default function LandingPage() { handle: "@meaghank", testimonial: "From framing to electrical to custom doors—everything was done perfectly. Extremely helpful throughout.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185029.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185029.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1