diff --git a/src/app/joyeria/page.tsx b/src/app/joyeria/page.tsx index c7576cc..29867cf 100644 --- a/src/app/joyeria/page.tsx +++ b/src/app/joyeria/page.tsx @@ -47,15 +47,15 @@ export default function JoyeriaPage() { tagAnimation="slide-up" products={[ { - id: "anillos", name: "Anillos", price: "Desde €150", imageSrc: "http://img.b2bpic.net/free-photo/wedding-rings-wedding-celebrations-accessories-decorations_78826-2240.jpg", imageAlt: "anillo joya oro diamante elegante"}, + id: "anillos", name: "Anillos", price: "Desde €150", 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", imageAlt: "collar joya oro plata elegante"}, + id: "collares", name: "Collares", price: "Desde €180", 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", 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", 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", imageAlt: "reloj relojeria lujo tiempo elegante"}, + id: "relojes", name: "Relojes", price: "Desde €250", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg?_wi=1", imageAlt: "reloj relojeria lujo tiempo elegante"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -70,11 +70,11 @@ export default function JoyeriaPage() { description="Selección exclusiva de joyas de alta gama para momentos verdaderamente especiales." products={[ { - 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", imageAlt: "anillo diamante premium"}, + 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?_wi=2", 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", imageAlt: "collar oro blanco 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?_wi=2", 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", imageAlt: "reloj suizo 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?_wi=2", imageAlt: "reloj suizo premium"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up"