From 254801a1a8b46264daedf49417d89e54fab25df7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 21:43:49 +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 1a3dd80..e645705 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-barbecue-tools-wooden-desk_23-2148206900.jpg", imageAlt: "Ambiente de parrilla argentina"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-barbecue-tools-wooden-desk_23-2148206900.jpg?_wi=1", imageAlt: "Ambiente de parrilla argentina"}, { imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-mushrooms-vegetables-sauce_140725-4682.jpg", imageAlt: "Plato de cortes parrilla"} ]} @@ -85,7 +85,7 @@ export default function LandingPage() { { title: "Tradición Argentina", description: "Sorrentinos, provoleta y el auténtico asado."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/grilled-steak-cherry-sauce-with-onion-pepper-potato-eggplant-side-view_141793-3751.jpg" + imageSrc="http://img.b2bpic.net/free-photo/grilled-steak-cherry-sauce-with-onion-pepper-potato-eggplant-side-view_141793-3751.jpg?_wi=1" /> @@ -97,9 +97,9 @@ export default function LandingPage() { { tag: "Eventos", title: "Ver Deportes", subtitle: "Disfruta tus partidos favoritos", description: "Contamos con pantallas y ambiente deportivo para que no pierdas ningún juego.", imageSrc: "http://img.b2bpic.net/free-photo/human-hand-seasoning-meat-barbecue-grill_23-2147841079.jpg", imageAlt: "Human hand seasoning meat on barbecue grill"}, { - tag: "Servicio", title: "Opciones de Servicio", subtitle: "A tu comodidad", description: "Disfruta en nuestro restaurante, pide para llevar o recibe en casa.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-barbecue-tools-wooden-desk_23-2148206900.jpg", imageAlt: "Human hand seasoning meat on barbecue grill"}, + tag: "Servicio", title: "Opciones de Servicio", subtitle: "A tu comodidad", description: "Disfruta en nuestro restaurante, pide para llevar o recibe en casa.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-barbecue-tools-wooden-desk_23-2148206900.jpg?_wi=2", imageAlt: "Human hand seasoning meat on barbecue grill"}, { - tag: "Social", title: "Experiencia Asado", subtitle: "Sabor para compartir", description: "Porciones abundantes diseñadas para grupos de amigos.", imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-cherry-sauce-with-onion-pepper-potato-eggplant-side-view_141793-3751.jpg", imageAlt: "Human hand seasoning meat on barbecue grill"}, + tag: "Social", title: "Experiencia Asado", subtitle: "Sabor para compartir", description: "Porciones abundantes diseñadas para grupos de amigos.", imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-cherry-sauce-with-onion-pepper-potato-eggplant-side-view_141793-3751.jpg?_wi=2", imageAlt: "Human hand seasoning meat on barbecue grill"}, ]} title="Lo que nos hace únicos" description="Cada visita es una nueva experiencia gastronómica en nuestra casa." -- 2.49.1