From 6168162bdf0d63f8c94e365e152cc48cc1f39d4b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 12:35:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 89b426e..1fb173b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,12 +81,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/man-owner-counter-packing-clothes-yellow-plastic-bag_23-2148175679.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-owner-counter-packing-clothes-yellow-plastic-bag_23-2148175679.jpg?_wi=1", imageAlt: "People painting batik in a workshop", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/pottery-craftsperson-studio-creating-ceramics_23-2150164925.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pottery-craftsperson-studio-creating-ceramics_23-2150164925.jpg?_wi=1", imageAlt: "Hands shaping clay on a pottery wheel", }, { @@ -156,7 +156,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-round-brown-plates-different-sized-empty-isolated-light-grey-desk_140725-49580.jpg", imageAlt: "Finished handmade ceramic mug set", }, - imageSrc: "http://img.b2bpic.net/free-photo/man-owner-counter-packing-clothes-yellow-plastic-bag_23-2148175679.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-owner-counter-packing-clothes-yellow-plastic-bag_23-2148175679.jpg?_wi=2", imageAlt: "artist hand painting batik close up", }, { @@ -170,7 +170,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-using-lipgloss_23-2149529631.jpg", imageAlt: "Elegant handmade gemstone necklace", }, - imageSrc: "http://img.b2bpic.net/free-photo/pottery-craftsperson-studio-creating-ceramics_23-2150164925.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pottery-craftsperson-studio-creating-ceramics_23-2150164925.jpg?_wi=2", imageAlt: "artist hand painting batik close up", }, ]} -- 2.49.1