Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-04-06 15:03:49 +00:00
3 changed files with 8 additions and 8 deletions

View File

@@ -59,7 +59,7 @@ export default function LandingPage() {
category: "Recetas",
title: "Maridaje Perfecto",
excerpt: "Cómo elegir el vino ideal para tu tabla de quesos.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pomegranate-wine-blue-wall-drink-fruit-alcohol-sour-color-bar-restaurant-juice-wine_179666-17546.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pomegranate-wine-blue-wall-drink-fruit-alcohol-sour-color-bar-restaurant-juice-wine_179666-17546.jpg?_wi=2",
authorName: "Elena R.",
authorAvatar: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg",
date: "12 Mayo, 2024",
@@ -69,7 +69,7 @@ export default function LandingPage() {
category: "Artículos",
title: "El Arte de la Curación",
excerpt: "Un recorrido por nuestras bodegas artesanas.",
imageSrc: "http://img.b2bpic.net/free-photo/toasts-with-asparagus-arugula-prosciutto_2829-11185.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/toasts-with-asparagus-arugula-prosciutto_2829-11185.jpg?_wi=2",
authorName: "Carlos M.",
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-chef-with-medical-mask_23-2148723311.jpg",
date: "10 Mayo, 2024",

View File

@@ -89,14 +89,14 @@ export default function LandingPage() {
title: "Laura S.",
subtitle: "CEO",
detail: "Experta en productos artesanos.",
imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-with-thermos-street_23-2147765400.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-with-thermos-street_23-2147765400.jpg?_wi=2",
},
{
id: "m2",
title: "Miguel R.",
subtitle: "CBO",
detail: "Apasionado por la logística premium.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-with-mask-preparing-dish_23-2148723308.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-with-mask-preparing-dish_23-2148723308.jpg?_wi=2",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/bartender-looking-glass-red-wine_107420-65843.jpg",

View File

@@ -60,7 +60,7 @@ export default function LandingPage() {
price: "450€",
rating: 5,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/toasts-with-asparagus-arugula-prosciutto_2829-11185.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/toasts-with-asparagus-arugula-prosciutto_2829-11185.jpg?_wi=1",
},
{
id: "p2",
@@ -87,7 +87,7 @@ export default function LandingPage() {
price: "18€",
rating: 5,
reviewCount: "23",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pomegranate-wine-blue-wall-drink-fruit-alcohol-sour-color-bar-restaurant-juice-wine_179666-17546.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pomegranate-wine-blue-wall-drink-fruit-alcohol-sour-color-bar-restaurant-juice-wine_179666-17546.jpg?_wi=1",
},
{
id: "p5",
@@ -133,7 +133,7 @@ export default function LandingPage() {
button: {
text: "Elegir",
},
imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-with-thermos-street_23-2147765400.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-with-thermos-street_23-2147765400.jpg?_wi=1",
imageAlt: "gourmet food lover portrait",
},
{
@@ -149,7 +149,7 @@ export default function LandingPage() {
button: {
text: "Elegir",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-with-mask-preparing-dish_23-2148723308.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-with-mask-preparing-dish_23-2148723308.jpg?_wi=1",
imageAlt: "professional chef portrait",
},
]}