From af4146d92698949a0d17473fdaf315aa653e0afd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:06:14 +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 101886e..7d0758f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Learn Our Craft", href: "about" }, ]} background={{ variant: "aurora" }} - imageSrc="http://img.b2bpic.net/free-photo/red-flowers-violet-seeds-ice-blocks_23-2148216341.jpg" + imageSrc="http://img.b2bpic.net/free-photo/red-flowers-violet-seeds-ice-blocks_23-2148216341.jpg?_wi=1" imageAlt="Luxury premium ice showcase" frameStyle="card" mediaAnimation="reveal-blur" @@ -82,7 +82,7 @@ export default function LandingPage() { id: "clear-ice", name: "Crystal Clear Ice Cubes", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/ideal-objects-prepare-cocktails_23-2148176759.jpg", imageAlt: "Crystal clear premium ice cubes", isFavorited: false, }, { - id: "specialty-ice", name: "Artisanal Specialty Shapes", price: "$64", imageSrc: "http://img.b2bpic.net/free-photo/red-flowers-violet-seeds-ice-blocks_23-2148216341.jpg", imageAlt: "Specialty shaped premium ice", isFavorited: false, + id: "specialty-ice", name: "Artisanal Specialty Shapes", price: "$64", imageSrc: "http://img.b2bpic.net/free-photo/red-flowers-violet-seeds-ice-blocks_23-2148216341.jpg?_wi=2", imageAlt: "Specialty shaped premium ice", isFavorited: false, }, { id: "ice-delivery", name: "Premium Ice Subscription", price: "$156", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-healthy-frozen-food_23-2148923203.jpg", imageAlt: "Ice delivery and packaging", isFavorited: false, -- 2.49.1