From 6a22aae4b9ba0a2db799ab6b8483b15b9f20df98 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 20:13:34 +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 1eb0965..bc7f7c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,15 +61,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407638.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407638.jpg?_wi=1", imageAlt: "luxury modern home interior renovation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-construction-site-with-scaffolding-clear-blue-sky_181624-27944.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-construction-site-with-scaffolding-clear-blue-sky_181624-27944.jpg?_wi=1", imageAlt: "architectural home renovation project uk", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-materials-working-plan_23-2148384550.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-materials-working-plan_23-2148384550.jpg?_wi=1", imageAlt: "home exterior modern renovation construction", }, { @@ -105,7 +105,7 @@ export default function LandingPage() { description: "Clear communication and project updates from start to finish.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153848.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153848.jpg?_wi=1" imageAlt="construction professional home redesign uk" mediaAnimation="slide-up" /> @@ -135,7 +135,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407638.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407638.jpg?_wi=2", imageAlt: "modern home renovation icon", }, { @@ -156,7 +156,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-construction-site-with-scaffolding-clear-blue-sky_181624-27944.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-construction-site-with-scaffolding-clear-blue-sky_181624-27944.jpg?_wi=2", imageAlt: "modern home renovation icon", }, { @@ -177,7 +177,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-materials-working-plan_23-2148384550.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-materials-working-plan_23-2148384550.jpg?_wi=2", imageAlt: "modern home renovation icon", }, ]} @@ -396,7 +396,7 @@ export default function LandingPage() { rows: 4, required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153848.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153848.jpg?_wi=2" imageAlt="construction professional home redesign uk" /> -- 2.49.1