From ae0b06448b93f1b12c48bc2bf28cca97691221a3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 07:27:57 +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 c44a7c4..427ef54 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,17 +68,17 @@ export default function LandingPage() { carouselItems={[ { id: "h1", - imageSrc: "http://img.b2bpic.net/free-photo/white-wall-with-tree-leaf-wall_74190-7307.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-wall-with-tree-leaf-wall_74190-7307.jpg?_wi=1", imageAlt: "Timber fence construction", }, { id: "h2", - imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-discussing-neighbourhood_23-2149447187.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-discussing-neighbourhood_23-2149447187.jpg?_wi=1", imageAlt: "Metal fence installation", }, { id: "h3", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-peson-with-their-frinds_23-2149290153.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-peson-with-their-frinds_23-2149290153.jpg?_wi=1", imageAlt: "Side fence build", }, { @@ -125,7 +125,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/grain-panel-abstract-material-wooden_1232-4028.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/white-wall-with-tree-leaf-wall_74190-7307.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-wall-with-tree-leaf-wall_74190-7307.jpg?_wi=2", imageAlt: "wooden timber fence structure closeup", }, { @@ -137,7 +137,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/night-portrait-girl-model-wear-jeans-leather-jacket-against-iron-fence_627829-11279.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-discussing-neighbourhood_23-2149447187.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-discussing-neighbourhood_23-2149447187.jpg?_wi=2", imageAlt: "wooden timber fence structure closeup", }, { @@ -149,7 +149,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bridge_417767-270.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-peson-with-their-frinds_23-2149290153.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-peson-with-their-frinds_23-2149290153.jpg?_wi=2", imageAlt: "wooden timber fence structure closeup", }, ]} -- 2.49.1