From d2ff3bd25dfb0405a7bfe82c9f79bf6825d124c6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:46:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 968ddd4..489372c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/girlfriend-standing-living-room-filled-with-romantic-gifts_482257-77346.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girlfriend-standing-living-room-filled-with-romantic-gifts_482257-77346.jpg?_wi=1", imageAlt: "Red rose arrangement" }, { @@ -122,7 +122,7 @@ export default function LandingPage() { }, { id: 3, - title: "Gift Arrangements", description: "Express your feelings with our carefully curated gift arrangements. Each bouquet is designed to convey emotions and create lasting impressions.", imageSrc: "http://img.b2bpic.net/free-photo/girlfriend-standing-living-room-filled-with-romantic-gifts_482257-77346.jpg", imageAlt: "Gift flower arrangement" + title: "Gift Arrangements", description: "Express your feelings with our carefully curated gift arrangements. Each bouquet is designed to convey emotions and create lasting impressions.", imageSrc: "http://img.b2bpic.net/free-photo/girlfriend-standing-living-room-filled-with-romantic-gifts_482257-77346.jpg?_wi=2", imageAlt: "Gift flower arrangement" }, { id: 4, -- 2.49.1