From f0e03dc26f6ab7a23621c5548efc30967cc6354e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 23:28:48 +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 e8d80be..0970d5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,17 +54,17 @@ export default function LandingPage() { ]} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994395.jpg", imageAlt: "Hero 1"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994395.jpg?_wi=1", imageAlt: "Hero 1"}, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994395.jpg", imageAlt: "Hero 2"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994395.jpg?_wi=2", imageAlt: "Hero 2"}, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994395.jpg", imageAlt: "Hero 3"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994395.jpg?_wi=3", imageAlt: "Hero 3"}, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994395.jpg", imageAlt: "Hero 4"}, + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994395.jpg?_wi=4", imageAlt: "Hero 4"}, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994395.jpg", imageAlt: "Hero 5"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994395.jpg?_wi=5", imageAlt: "Hero 5"}, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994395.jpg", imageAlt: "Hero 6"}, + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994395.jpg?_wi=6", imageAlt: "Hero 6"}, ]} /> -- 2.49.1