Merge version_1 into main #1
@@ -58,10 +58,10 @@ export default function LandingPage() {
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/eco-friendly-stylish-disposable-convenient-beautiful-recyclable-tableware_169016-1959.jpg", imageAlt: "Sustainable packaging and materials" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-redhead-girl-tourist-stands-street-opens-thermos-with-hot-drink-rests_1258-196894.jpg", imageAlt: "Premium eco-friendly reusable bottle" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-redhead-girl-tourist-stands-street-opens-thermos-with-hot-drink-rests_1258-196894.jpg", imageAlt: "Stainless steel eco bottle" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/composition-with-minimal-tumbler-drinks_23-2149029258.jpg", imageAlt: "Glass eco-friendly bottle" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/environment-friendly-objects-cement-background_23-2148289741.jpg", imageAlt: "Bamboo sustainable bottle" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-redhead-girl-tourist-stands-street-opens-thermos-with-hot-drink-rests_1258-196894.jpg?_wi=1", imageAlt: "Premium eco-friendly reusable bottle" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-redhead-girl-tourist-stands-street-opens-thermos-with-hot-drink-rests_1258-196894.jpg?_wi=2", imageAlt: "Stainless steel eco bottle" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/composition-with-minimal-tumbler-drinks_23-2149029258.jpg?_wi=1", imageAlt: "Glass eco-friendly bottle" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/environment-friendly-objects-cement-background_23-2148289741.jpg?_wi=1", imageAlt: "Bamboo sustainable bottle" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Descubre la colección", href: "products" },
|
||||
@@ -101,13 +101,13 @@ export default function LandingPage() {
|
||||
<ProductCardThree
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "EcoBottle Steel Pro", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-redhead-girl-tourist-stands-street-opens-thermos-with-hot-drink-rests_1258-196894.jpg", imageAlt: "Premium stainless steel eco bottle", initialQuantity: 1
|
||||
id: "1", name: "EcoBottle Steel Pro", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-redhead-girl-tourist-stands-street-opens-thermos-with-hot-drink-rests_1258-196894.jpg?_wi=3", imageAlt: "Premium stainless steel eco bottle", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "2", name: "EcoBottle Glass Pure", price: "$54.99", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-minimal-tumbler-drinks_23-2149029258.jpg", imageAlt: "Glass eco-friendly water bottle", initialQuantity: 1
|
||||
id: "2", name: "EcoBottle Glass Pure", price: "$54.99", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-minimal-tumbler-drinks_23-2149029258.jpg?_wi=2", imageAlt: "Glass eco-friendly water bottle", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "3", name: "EcoBottle Bamboo Zen", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/environment-friendly-objects-cement-background_23-2148289741.jpg", imageAlt: "Bamboo sustainable water bottle", initialQuantity: 1
|
||||
id: "3", name: "EcoBottle Bamboo Zen", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/environment-friendly-objects-cement-background_23-2148289741.jpg?_wi=2", imageAlt: "Bamboo sustainable water bottle", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
title="Nuestra colección premium"
|
||||
|
||||
Reference in New Issue
Block a user