From aaeb96c23b7ff620d35d04f8187a9f9ac217397f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 21:45:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 70ac9fb..7ca6d86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,17 +99,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Chocolate Caliente", price: "4.50€", imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-cheese-mascarpone-chocolate-pearls-plate_140725-11022.jpg", imageAlt: "Chocolate caliente artesano"}, + id: "p1", name: "Chocolate Caliente", price: "4.50€", imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-cheese-mascarpone-chocolate-pearls-plate_140725-11022.jpg?_wi=1", imageAlt: "Chocolate caliente artesano"}, { - id: "p2", name: "Café Premium", price: "2.00€", imageSrc: "http://img.b2bpic.net/free-photo/high-view-morning-coffee-breakfast-croissant_23-2148337119.jpg", imageAlt: "Café de calidad"}, + id: "p2", name: "Café Premium", price: "2.00€", imageSrc: "http://img.b2bpic.net/free-photo/high-view-morning-coffee-breakfast-croissant_23-2148337119.jpg?_wi=1", imageAlt: "Café de calidad"}, { - id: "p3", name: "Bocadillos Variados", price: "5.50€", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-herbs_2829-8623.jpg", imageAlt: "Bocadillo tradicional"}, + id: "p3", name: "Bocadillos Variados", price: "5.50€", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-herbs_2829-8623.jpg?_wi=1", imageAlt: "Bocadillo tradicional"}, { - id: "p4", name: "Bollería Artesana", price: "2.50€", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-herbs_2829-8623.jpg", imageAlt: "Bollería variada"}, + id: "p4", name: "Bollería Artesana", price: "2.50€", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-herbs_2829-8623.jpg?_wi=2", imageAlt: "Bollería variada"}, { - id: "p5", name: "Suizo con Nata", price: "5.00€", imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-cheese-mascarpone-chocolate-pearls-plate_140725-11022.jpg", imageAlt: "Suizo con nata"}, + id: "p5", name: "Suizo con Nata", price: "5.00€", imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-cheese-mascarpone-chocolate-pearls-plate_140725-11022.jpg?_wi=2", imageAlt: "Suizo con nata"}, { - id: "p6", name: "Zumos Naturales", price: "3.50€", imageSrc: "http://img.b2bpic.net/free-photo/high-view-morning-coffee-breakfast-croissant_23-2148337119.jpg", imageAlt: "Zumo recién exprimido"}, + id: "p6", name: "Zumos Naturales", price: "3.50€", imageSrc: "http://img.b2bpic.net/free-photo/high-view-morning-coffee-breakfast-croissant_23-2148337119.jpg?_wi=2", imageAlt: "Zumo recién exprimido"}, ]} title="Nuestros Productos" description="Recetas tradicionales elaboradas cada día con mimo." -- 2.49.1