From 3cc97018017c77ed010d4c2cfd7664528c88848a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 07:06:30 +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 7f873d0..4d6f745 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,27 +70,27 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384863.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384863.jpg?_wi=1", imageAlt: "Custom Shed Build 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384863.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384863.jpg?_wi=2", imageAlt: "Custom Shed Build 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384863.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384863.jpg?_wi=3", imageAlt: "Custom Shed Build 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384863.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384863.jpg?_wi=4", imageAlt: "Custom Shed Build 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384863.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384863.jpg?_wi=5", imageAlt: "Custom Shed Build 5", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384863.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384863.jpg?_wi=6", imageAlt: "Custom Shed Build 6", }, ]} -- 2.49.1