diff --git a/src/app/joyeria/page.tsx b/src/app/joyeria/page.tsx index f73bcc4..bd75e5d 100644 --- a/src/app/joyeria/page.tsx +++ b/src/app/joyeria/page.tsx @@ -50,35 +50,35 @@ export default function JoyeriaPage() { id: "anillos", name: "Anillos", price: "Desde €150", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-rings-wedding-celebrations-accessories-decorations_78826-2240.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-rings-wedding-celebrations-accessories-decorations_78826-2240.jpg?_wi=2", imageAlt: "anillo joya oro diamante elegante", }, { id: "collares", name: "Collares", price: "Desde €180", - imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635259.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635259.jpg?_wi=2", imageAlt: "collar joya oro plata elegante", }, { id: "pulseras", name: "Pulseras", price: "Desde €120", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599064.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599064.jpg?_wi=2", imageAlt: "pulsera joya oro plata lujo", }, { id: "pendientes", name: "Pendientes", price: "Desde €100", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-woman-tropical-luxury-villa-wearing-white-stylish-blazer-jewellery-tropical-leaves_343596-1959.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-woman-tropical-luxury-villa-wearing-white-stylish-blazer-jewellery-tropical-leaves_343596-1959.jpg?_wi=2", imageAlt: "pendiente joya oro plata elegante", }, { id: "relojes", name: "Relojes", price: "Desde €250", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg?_wi=2", imageAlt: "reloj relojeria lujo tiempo elegante", }, ]} @@ -98,21 +98,21 @@ export default function JoyeriaPage() { id: "premium-anillos", name: "Anillos Diamante", price: "Desde €800", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-rings-wedding-celebrations-accessories-decorations_78826-2240.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-rings-wedding-celebrations-accessories-decorations_78826-2240.jpg?_wi=3", imageAlt: "anillo diamante premium", }, { id: "premium-collares", name: "Collares Oro Blanco", price: "Desde €600", - imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635259.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635259.jpg?_wi=3", imageAlt: "collar oro blanco premium", }, { id: "premium-relojes", name: "Relojes Suizos", price: "Desde €1200", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg?_wi=3", imageAlt: "reloj suizo premium", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 128cac6..7231210 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,35 +88,35 @@ export default function HomePage() { id: "anillos", name: "Anillos", price: "Desde €150", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-rings-wedding-celebrations-accessories-decorations_78826-2240.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-rings-wedding-celebrations-accessories-decorations_78826-2240.jpg?_wi=1", imageAlt: "anillo joya oro diamante elegante", }, { id: "collares", name: "Collares", price: "Desde €180", - imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635259.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635259.jpg?_wi=1", imageAlt: "collar joya oro plata elegante", }, { id: "pulseras", name: "Pulseras", price: "Desde €120", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599064.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599064.jpg?_wi=1", imageAlt: "pulsera joya oro plata lujo", }, { id: "pendientes", name: "Pendientes", price: "Desde €100", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-woman-tropical-luxury-villa-wearing-white-stylish-blazer-jewellery-tropical-leaves_343596-1959.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-woman-tropical-luxury-villa-wearing-white-stylish-blazer-jewellery-tropical-leaves_343596-1959.jpg?_wi=1", imageAlt: "pendiente joya oro plata elegante", }, { id: "relojes", name: "Relojes", price: "Desde €250", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg?_wi=1", imageAlt: "reloj relojeria lujo tiempo elegante", }, ]}