From 28120f2c6c1e3869c77021fbda4aa1d66fe0a6b1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 19:12:21 +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 f4a9cc2..04c8f09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,32 +62,32 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-flowers_23-2147761231.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-flowers_23-2147761231.jpg?_wi=1", imageAlt: "Botanical sanctuary", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-flowers_23-2147761231.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-flowers_23-2147761231.jpg?_wi=2", imageAlt: "Seasonal floral arrangements", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-flowers_23-2147761231.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-flowers_23-2147761231.jpg?_wi=3", imageAlt: "Expert gardening advice", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-flowers_23-2147761231.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-flowers_23-2147761231.jpg?_wi=4", imageAlt: "Indoor plants shop", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-flowers_23-2147761231.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-flowers_23-2147761231.jpg?_wi=5", imageAlt: "Giavera del Montello flowers", }, { id: "6", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-flowers_23-2147761231.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-flowers_23-2147761231.jpg?_wi=6", imageAlt: "Floridea storefront", }, ]} -- 2.49.1