From 38129444ff9053b1da7b7689556ae467f01b7c49 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 23:09:57 +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 ba03149..16f25f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,8 +47,8 @@ export default function LandingPage() { title="El Amarradero del Mico" description="El auténtico sabor de los llanos en el corazón de Villavicencio. Tradición, parrilla y buena compañía." carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-14-persons-restaurant-hall-with-brick-walls-wide-windows-wood-ceiling_140725-8457.jpg", imageAlt: "Ambiente tradicional" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/home-celebration-friends-family-festive-table-with-pear-cake-top-view-celebration-concept_169016-4836.jpg", imageAlt: "Carnes a la parrilla" }, + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-14-persons-restaurant-hall-with-brick-walls-wide-windows-wood-ceiling_140725-8457.jpg?_wi=1", imageAlt: "Ambiente tradicional" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/home-celebration-friends-family-festive-table-with-pear-cake-top-view-celebration-concept_169016-4836.jpg?_wi=1", imageAlt: "Carnes a la parrilla" }, { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-thanksgiving-plate-with-cutlery-copy-space_23-2148638931.jpg", imageAlt: "Restaurante acogedor" }, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3436.jpg", imageAlt: "Vistas del llano" }, { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/cooking-pot-campfire_23-2151976316.jpg", imageAlt: "Cocina de leña" }, @@ -85,10 +85,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-paintings-walls_140725-6310.jpg", imageAlt: "Restaurant room with paintings on walls"}, { id: "f2", title: "Ambiente Llanero", descriptions: ["Un espacio diseñado para conectar con la cultura llanera y disfrutar en familia."], - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-14-persons-restaurant-hall-with-brick-walls-wide-windows-wood-ceiling_140725-8457.jpg", imageAlt: "Restaurant room with paintings on walls"}, + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-14-persons-restaurant-hall-with-brick-walls-wide-windows-wood-ceiling_140725-8457.jpg?_wi=2", imageAlt: "Restaurant room with paintings on walls"}, { id: "f3", title: "Calidad Garantizada", descriptions: ["Productos frescos de la región seleccionados cuidadosamente cada día."], - imageSrc: "http://img.b2bpic.net/free-photo/home-celebration-friends-family-festive-table-with-pear-cake-top-view-celebration-concept_169016-4836.jpg", imageAlt: "Restaurant room with paintings on walls"}, + imageSrc: "http://img.b2bpic.net/free-photo/home-celebration-friends-family-festive-table-with-pear-cake-top-view-celebration-concept_169016-4836.jpg?_wi=2", imageAlt: "Restaurant room with paintings on walls"}, ]} title="Por qué elegirnos" description="Lo que nos hace el lugar favorito en Villavicencio." -- 2.49.1