diff --git a/src/app/el-local/page.tsx b/src/app/el-local/page.tsx index 7f11bc4..31e6209 100644 --- a/src/app/el-local/page.tsx +++ b/src/app/el-local/page.tsx @@ -48,7 +48,7 @@ export default function LocalPage() { { value: "10+", title: "Años de trayectoria" }, { value: "100%", title: "Productos locales y frescos" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/lunch-setup-restaurant-near-window-floor-stand-lamp_140725-1572.jpg" + imageSrc="http://img.b2bpic.net/free-photo/lunch-setup-restaurant-near-window-floor-stand-lamp_140725-1572.jpg?_wi=2" imageAlt="Interior acogedor de Casa Topete" mediaAnimation="slide-up" metricsAnimation="slide-up" diff --git a/src/app/page.tsx b/src/app/page.tsx index d325e2d..8e3f001 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function HomePage() { { value: "390+", title: "Opiniones positivas en Google" }, { value: "4,6★", title: "Valoración media de clientes" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/lunch-setup-restaurant-near-window-floor-stand-lamp_140725-1572.jpg" + imageSrc="http://img.b2bpic.net/free-photo/lunch-setup-restaurant-near-window-floor-stand-lamp_140725-1572.jpg?_wi=1" imageAlt="Terraza de Casa Topete con ambiente agradable" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -132,27 +132,27 @@ export default function HomePage() { { id: "1", name: "María González", role: "Cliente Habitual", company: "Piedras Blancas", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "María González"}, + "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "María González"}, { id: "2", name: "Juan Martínez", role: "Restaurador", company: "Zona Local", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Juan Martínez"}, + "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Juan Martínez"}, { id: "3", name: "Carmen Rodríguez", role: "Propietaria de Negocio", company: "Castrillón", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Carmen Rodríguez"}, + "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Carmen Rodríguez"}, { id: "4", name: "Luis Fernández", role: "Ejecutivo", company: "Oviedo", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Luis Fernández"}, + "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4", imageAlt: "Luis Fernández"}, { id: "5", name: "Ana López", role: "Profesional Independiente", company: "Asturias", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Ana López"}, + "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=5", imageAlt: "Ana López"}, { id: "6", name: "Roberto Sánchez", role: "Empresario", company: "Zona Regional", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Roberto Sánchez"}, + "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=6", imageAlt: "Roberto Sánchez"}, ]} kpiItems={[ { value: "390+", label: "Opiniones en Google" },