From 92a151d7961b746da7761c077981bcaa47a553f9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 03:30:31 +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 461b62c..66df70f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,11 +45,11 @@ export default function LandingPage() { description="Experience the classic taste in full 3D. Our iconic red design evolved for the modern era." buttons={[{ text: "Discover Now", href: "#features" }]} carouselItems={[ - { id: "slide-1", imageSrc: "http://img.b2bpic.net/free-photo/still-life-beverage-can_52683-144132.jpg", 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", imageAlt: "Soda can condensation macro" }, + { id: "slide-1", 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?_wi=1", imageAlt: "Soda can condensation macro" }, { id: "slide-3", imageSrc: "http://img.b2bpic.net/free-photo/abstract-nail-polish-texture-detail_23-2149161893.jpg", imageAlt: "Fizzy drink bubbles 3d" }, - { id: "slide-4", imageSrc: "http://img.b2bpic.net/free-photo/black-square-podium-placing-products-3d-background_56104-2517.jpg", imageAlt: "Dark studio product stage" }, - { id: "slide-5", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-drink-with-apple-arrangement_23-2150928884.jpg", imageAlt: "Floating soda can 3d" }, + { id: "slide-4", 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?_wi=1", imageAlt: "Floating soda can 3d" }, { id: "slide-6", imageSrc: "http://img.b2bpic.net/free-photo/front-view-glass-soda-with-lemon-slices-ice-cubes-blue-photo-champagne-water-cocktail-lemonade_140725-93022.jpg", imageAlt: "Refreshing ice and soda" }, ]} /> @@ -79,10 +79,10 @@ export default function LandingPage() { title="Our Collection" description="Explore our range of refreshing options designed for every moment." products={[ - { id: "p1", name: "Classic Original", price: "$2.50", variant: "330ml Can", imageSrc: "http://img.b2bpic.net/free-photo/still-life-beverage-can_52683-144132.jpg" }, - { 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" }, - { 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" }, - { 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" }, + { id: "p1", name: "Classic Original", price: "$2.50", variant: "330ml Can", 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?_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?_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?_wi=2" }, ]} />