From f9d624057a925634a9140636566475dd1735c408 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 03:29:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5250b8..ca5719c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,12 +62,12 @@ export default function LandingPage() { carouselItems={[ { id: "slide-1", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-beverage-can_52683-144132.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-beverage-can_52683-144132.jpg?_wi=1", imageAlt: "Coca-Cola can 3d render", }, { id: "slide-2", - imageSrc: "http://img.b2bpic.net/free-photo/champagne-bubbles-sparkles-new-year-anniversary_23-2148339658.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/champagne-bubbles-sparkles-new-year-anniversary_23-2148339658.jpg?_wi=1", imageAlt: "Soda can condensation macro", }, { @@ -77,12 +77,12 @@ export default function LandingPage() { }, { id: "slide-4", - imageSrc: "http://img.b2bpic.net/free-photo/black-square-podium-placing-products-3d-background_56104-2517.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-square-podium-placing-products-3d-background_56104-2517.jpg?_wi=1", imageAlt: "Dark studio product stage", }, { id: "slide-5", - imageSrc: "http://img.b2bpic.net/free-photo/refreshing-drink-with-apple-arrangement_23-2150928884.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/refreshing-drink-with-apple-arrangement_23-2150928884.jpg?_wi=1", imageAlt: "Floating soda can 3d", }, { @@ -135,28 +135,28 @@ export default function LandingPage() { name: "Classic Original", price: "$2.50", variant: "330ml Can", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-beverage-can_52683-144132.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-beverage-can_52683-144132.jpg?_wi=2", }, { id: "p2", name: "Zero Sugar", price: "$2.50", variant: "330ml Can", - imageSrc: "http://img.b2bpic.net/free-photo/refreshing-drink-with-apple-arrangement_23-2150928884.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/refreshing-drink-with-apple-arrangement_23-2150928884.jpg?_wi=2", }, { id: "p3", name: "Cherry Edition", price: "$2.75", variant: "330ml Can", - imageSrc: "http://img.b2bpic.net/free-photo/champagne-bubbles-sparkles-new-year-anniversary_23-2148339658.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/champagne-bubbles-sparkles-new-year-anniversary_23-2148339658.jpg?_wi=2", }, { id: "p4", name: "Vanilla Flavor", price: "$2.75", variant: "330ml Can", - imageSrc: "http://img.b2bpic.net/free-photo/black-square-podium-placing-products-3d-background_56104-2517.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-square-podium-placing-products-3d-background_56104-2517.jpg?_wi=2", }, ]} /> -- 2.49.1