Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-07 03:29:47 +00:00

View File

@@ -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",
},
]}
/>