diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a9bfb1e..0298a09 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -99,7 +99,7 @@ export default function LandingPage() { rows: 5, required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/businessman-checking-time-hand-watch_53876-20480.jpg" + imageSrc="http://img.b2bpic.net/free-photo/businessman-checking-time-hand-watch_53876-20480.jpg?_wi=2" imageAlt="Elegante reloj de lujo, fondo de contacto" buttonText="Enviar Mensaje" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index d5bcb00..4cda1e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,7 +87,7 @@ export default function LandingPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/businessman-checking-time-hand-watch_53876-20480.jpg" + imageSrc="http://img.b2bpic.net/free-photo/businessman-checking-time-hand-watch_53876-20480.jpg?_wi=1" imageAlt="Elegante reloj de lujo en exhibición" showDimOverlay={true} /> @@ -184,11 +184,11 @@ export default function LandingPage() { title: "Precisión Relojera Suiza", description: "Nuestros relojes incorporan movimientos de precisión suiza, sinónimo de fiabilidad y excelencia. Cada componente es inspeccionado para asegurar un rendimiento impecable.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/abstract-hud-technology-background-design_23-2148220476.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/abstract-hud-technology-background-design_23-2148220476.jpg?_wi=1", imageAlt: "Primer plano de un relojero trabajando en un mecanismo de reloj de lujo", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186760.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186760.jpg?_wi=1", imageAlt: "Goldsmith puliendo un anillo de oro con herramientas de precisión", }, }, @@ -197,11 +197,11 @@ export default function LandingPage() { title: "Metales Preciosos Certificados", description: "Utilizamos solo oro de 18k y plata esterlina 925, con certificados de autenticidad que avalan la pureza y el origen ético de nuestros materiales. Un lujo consciente y responsable.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186760.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186760.jpg?_wi=2", imageAlt: "Goldsmith puliendo un anillo de oro con herramientas de precisión", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/abstract-hud-technology-background-design_23-2148220476.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/abstract-hud-technology-background-design_23-2148220476.jpg?_wi=2", imageAlt: "Primer plano de un relojero trabajando en un mecanismo de reloj de lujo", }, },