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", }, ]}