From 39da54f08f366f20c50c0b2366050f2a5bea551d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 19:14: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 714b32a..b6c72b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,12 +62,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/flowers-florist-atelier_23-2147760917.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flowers-florist-atelier_23-2147760917.jpg?_wi=1", imageAlt: "fresh flowers bouquet warm light", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hello-spring-collage_23-2149319131.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hello-spring-collage_23-2149319131.jpg?_wi=1", imageAlt: "elegant flower arrangement minimal", }, { @@ -140,7 +140,7 @@ export default function LandingPage() { description: "Our offerings change with the seasons to reflect nature's best.", bentoComponent: "reveal-icon", icon: Leaf, - imageSrc: "http://img.b2bpic.net/free-photo/flowers-florist-atelier_23-2147760917.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flowers-florist-atelier_23-2147760917.jpg?_wi=2", imageAlt: "Front view beautiful flowers in vases", }, { @@ -148,7 +148,7 @@ export default function LandingPage() { description: "Need something unique? Our artists love custom commissions.", bentoComponent: "reveal-icon", icon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hello-spring-collage_23-2149319131.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hello-spring-collage_23-2149319131.jpg?_wi=2", imageAlt: "Front view beautiful flowers in vases", }, ]} -- 2.49.1