From d4cea8630fafab3df6c63b104505fde758c74891 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 02:26:00 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" /> -- 2.49.1 From 8e2dc285af733102d023048bad02cce5c4df6791 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 02:26:00 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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", }, }, -- 2.49.1