|
|
|
|
@@ -137,21 +137,21 @@ export default function LandingPage() {
|
|
|
|
|
<ProductCardThree
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
gridVariant="three-columns-all-equal-width"
|
|
|
|
|
gridVariant="bento-grid"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
id: "5", name: "Colección Privada", price: "60€", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pomegranate-wine-dark-wall-drinks-fruit-alcohol-sour-color-bar-restaurant-wine_179666-17553.jpg"},
|
|
|
|
|
id: "5", name: "Colección Privada", price: "60€", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pomegranate-wine-dark-wall-drinks-fruit-alcohol-sour-color-bar-restaurant-wine_179666-17553.jpg", priceButtonProps: { text: "Añadir al carrito" }},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "Edición Limitada", price: "45€", imageSrc: "http://img.b2bpic.net/free-photo/front-view-glass-wine-with-bottle-light-background-alcohol-drink-bar-lemonade-dinner-photo-grape-juice-holiday_140725-160625.jpg"},
|
|
|
|
|
id: "4", name: "Edición Limitada", price: "45€", imageSrc: "http://img.b2bpic.net/free-photo/front-view-glass-wine-with-bottle-light-background-alcohol-drink-bar-lemonade-dinner-photo-grape-juice-holiday_140725-160625.jpg", priceButtonProps: { text: "Añadir al carrito" }},
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Barón d'Alba Reserva", price: "24€", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-romantic-arrangement-with-wine_23-2148243734.jpg"},
|
|
|
|
|
id: "1", name: "Barón d'Alba Reserva", price: "24€", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-romantic-arrangement-with-wine_23-2148243734.jpg", priceButtonProps: { text: "Añadir al carrito" }},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Barón d'Alba Crianza", price: "18€", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-green-grapes_23-2151566083.jpg"},
|
|
|
|
|
id: "2", name: "Barón d'Alba Crianza", price: "18€", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-green-grapes_23-2151566083.jpg", priceButtonProps: { text: "Añadir al carrito" }},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Barón d'Alba Blanco", price: "16€", imageSrc: "http://img.b2bpic.net/free-photo/ripe-grape-bunches-rustic-winery-table-generated-by-ai_188544-47619.jpg"},
|
|
|
|
|
id: "3", name: "Barón d'Alba Blanco", price: "16€", imageSrc: "http://img.b2bpic.net/free-photo/ripe-grape-bunches-rustic-winery-table-generated-by-ai_188544-47619.jpg", priceButtonProps: { text: "Añadir al carrito" }},
|
|
|
|
|
{
|
|
|
|
|
id: "6", name: "Tinto Joven", price: "12€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-new-year-party-arrangement_23-2149181115.jpg"},
|
|
|
|
|
id: "6", name: "Tinto Joven", price: "12€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-new-year-party-arrangement_23-2149181115.jpg", priceButtonProps: { text: "Añadir al carrito" }},
|
|
|
|
|
]}
|
|
|
|
|
title="Nuestra Selección"
|
|
|
|
|
description="Botellas que cuentan historias."
|
|
|
|
|
|