2 Commits

Author SHA1 Message Date
ba5bf2fbf7 Update src/app/page.tsx 2026-05-08 16:10:39 +00:00
fc7b6fd399 Merge version_2 into main
Merge version_2 into main
2026-05-08 16:07:42 +00:00

View File

@@ -140,16 +140,16 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
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: "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: "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: "2", name: "Barón d'Alba Crianza", price: "18€", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-green-grapes_23-2151566083.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"},
{
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: "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: "6", name: "Tinto Joven", price: "12€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-new-year-party-arrangement_23-2149181115.jpg"},
]}
@@ -241,4 +241,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}