diff --git a/src/app/contacto/page.tsx b/src/app/contacto/page.tsx index b0efaec..27fc62d 100644 --- a/src/app/contacto/page.tsx +++ b/src/app/contacto/page.tsx @@ -40,7 +40,7 @@ export default function ContactPage() { title="Ponte en Contacto con Nosotros" description="¿Preguntas sobre nuestro menú, eventos especiales o servicios? Estamos aquí para ayudarte. Contáctanos de la forma que prefieras." tag="Centro de Contacto" - imageSrc="http://img.b2bpic.net/free-photo/two-pieces-medium-cooked-steak-served-with-tomato-mushroom-zucchini_141793-2461.jpg" + imageSrc="http://img.b2bpic.net/free-photo/two-pieces-medium-cooked-steak-served-with-tomato-mushroom-zucchini_141793-2461.jpg?_wi=4" imageAlt="Parrilla argentina con carnes premium" textPosition="bottom-left" showBlur={true} @@ -83,7 +83,7 @@ export default function ContactPage() { tagIcon={Phone} tagAnimation="slide-up" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-holding-hands-with-her-lover_23-2148060335.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-holding-hands-with-her-lover_23-2148060335.jpg?_wi=4" imageAlt="Ambiente acogedor del restaurante" mediaAnimation="blur-reveal" mediaPosition="left" diff --git a/src/app/galeria/page.tsx b/src/app/galeria/page.tsx index 633f268..c32fc1a 100644 --- a/src/app/galeria/page.tsx +++ b/src/app/galeria/page.tsx @@ -45,42 +45,42 @@ export default function GalleryPage() { id: "1", name: "Lomo con Hongos", price: "Especialidad Casa", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-azerbaijani-grape-leaves-dolma-placed-pottery-pan-garnished-with-dill_140725-8714.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-azerbaijani-grape-leaves-dolma-placed-pottery-pan-garnished-with-dill_140725-8714.jpg?_wi=3", imageAlt: "Lomo con hongos frescos", }, { id: "2", name: "Paella Argentina", price: "Especialidad Casa", - imageSrc: "http://img.b2bpic.net/free-psd/delicious-seafood-chicken-paella-traditional-pan_84443-71643.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/delicious-seafood-chicken-paella-traditional-pan_84443-71643.jpg?_wi=3", imageAlt: "Paella argentina tradicional", }, { id: "3", name: "Lomo a la Pimienta", price: "Especialidad Casa", - imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-food-from-around-world_23-2151596599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-food-from-around-world_23-2151596599.jpg?_wi=3", imageAlt: "Lomo jugoso a la pimienta", }, { id: "4", name: "Provoleta a la Parrilla", price: "Entrada Favorita", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tasty-hamburger-wooden-plate-restaurant_181624-50415.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tasty-hamburger-wooden-plate-restaurant_181624-50415.jpg?_wi=3", imageAlt: "Provoleta derretida a la parrilla", }, { id: "5", name: "Pollo a la Mostaza", price: "Alternativa Premium", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pastry-with-meat-delicious-dough-meal-inside-plate-blue-rustic-surface_140725-44116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-pastry-with-meat-delicious-dough-meal-inside-plate-blue-rustic-surface_140725-44116.jpg?_wi=3", imageAlt: "Pollo tierno con salsa de mostaza", }, { id: "6", name: "Brownie La Esquina", price: "Postre Clásico", - imageSrc: "http://img.b2bpic.net/free-photo/brownie-sundae-with-scoop-vanilla-ice-cream_1339-4767.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brownie-sundae-with-scoop-vanilla-ice-cream_1339-4767.jpg?_wi=3", imageAlt: "Brownie casero con helado", }, ]} @@ -121,7 +121,7 @@ export default function GalleryPage() { description="Asegura tu lugar en La Esquina. Llamamos para confirmar tu reserva dentro de una hora." tagAnimation="slide-up" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-holding-hands-with-her-lover_23-2148060335.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-holding-hands-with-her-lover_23-2148060335.jpg?_wi=2" imageAlt="Ambiente acogedor del restaurante" mediaAnimation="blur-reveal" mediaPosition="left" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5d43809..f0030cf 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1432,6 +1432,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +