From 71ff76426e27c8bc53811461a1a94ce447e82c7b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 13:08:27 +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 e098372..4404bc7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,32 +64,32 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-advertising-bio-food-store_482257-76220.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-advertising-bio-food-store_482257-76220.jpg?_wi=1", imageAlt: "Fresh produce", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-advertising-bio-food-store_482257-76220.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-advertising-bio-food-store_482257-76220.jpg?_wi=2", imageAlt: "Bakery section", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-advertising-bio-food-store_482257-76220.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-advertising-bio-food-store_482257-76220.jpg?_wi=3", imageAlt: "Snacks section", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-advertising-bio-food-store_482257-76220.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-advertising-bio-food-store_482257-76220.jpg?_wi=4", imageAlt: "Essentials aisle", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-advertising-bio-food-store_482257-76220.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-advertising-bio-food-store_482257-76220.jpg?_wi=5", imageAlt: "Customer service", }, { id: "6", - imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-advertising-bio-food-store_482257-76220.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-advertising-bio-food-store_482257-76220.jpg?_wi=6", imageAlt: "Market entrance", }, ]} -- 2.49.1