From cad4b9b9018d664b278c051fc9df2be18be9853f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 19:13:16 +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 348a2a6..636f2d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,12 +49,12 @@ export default function LandingPage() { text: "Explore Our Collection", href: "#products"}, ]} carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-flowers_23-2147761231.jpg", imageAlt: "Botanical sanctuary" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-flowers_23-2147761231.jpg", imageAlt: "Seasonal floral arrangements" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-flowers_23-2147761231.jpg", imageAlt: "Expert gardening advice" }, - { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-flowers_23-2147761231.jpg", imageAlt: "Indoor plants shop" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-flowers_23-2147761231.jpg", imageAlt: "Giavera del Montello flowers" }, - { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-flowers_23-2147761231.jpg", imageAlt: "Floridea storefront" }, + { id: "1", 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?_wi=2", imageAlt: "Seasonal floral arrangements" }, + { id: "3", 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?_wi=4", imageAlt: "Indoor plants shop" }, + { id: "5", 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?_wi=6", imageAlt: "Floridea storefront" }, ]} /> -- 2.49.1