From 2452490c834fd8b2fa7ea7974eb01209e104ff35 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 04:20:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index edcf88d..fa20b4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -165,9 +165,9 @@ export default function LandingPage() { title: "Cócteles", description: "Refrescantes y sofisticados, perfectos para cualquier momento del día.", icon: Star, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-redhead-woman-sitting-cafe_171337-15626.jpg", imageAlt: "Classic Mojito cocktail"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-redhead-woman-sitting-cafe_171337-15626.jpg?_wi=1", imageAlt: "Classic Mojito cocktail"}, { - imageSrc: "http://img.b2bpic.net/free-photo/hand-plate-with-fish-cooked-fish-juicy-fish-plate-delicacy-seafood-lovers_639032-339.jpg", imageAlt: "Colorful tropical cocktail"}, + imageSrc: "http://img.b2bpic.net/free-photo/hand-plate-with-fish-cooked-fish-juicy-fish-plate-delicacy-seafood-lovers_639032-339.jpg?_wi=1", imageAlt: "Colorful tropical cocktail"}, ] } ]} @@ -185,10 +185,10 @@ export default function LandingPage() { products={[ { id: "gallery-coffee-1", brand: "Café", name: "Latte Art", price: "", rating: 5, - reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-redhead-woman-sitting-cafe_171337-15626.jpg", imageAlt: "Artistic latte art in a cup"}, + reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-redhead-woman-sitting-cafe_171337-15626.jpg?_wi=2", imageAlt: "Artistic latte art in a cup"}, { id: "gallery-dish-1", brand: "Plato", name: "Salmón Grillado", price: "", rating: 5, - reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/hand-plate-with-fish-cooked-fish-juicy-fish-plate-delicacy-seafood-lovers_639032-339.jpg", imageAlt: "Exquisite grilled salmon dish"}, + reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/hand-plate-with-fish-cooked-fish-juicy-fish-plate-delicacy-seafood-lovers_639032-339.jpg?_wi=2", imageAlt: "Exquisite grilled salmon dish"}, { id: "gallery-cocktail-1", brand: "Cóctel", name: "Mojito Clásico", price: "", rating: 5, reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/young-female-drinking-cocktail-beach_23-2148165041.jpg", imageAlt: "Classic Mojito cocktail with mint and lime"},