Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-05 13:15:17 +00:00
2 changed files with 13 additions and 13 deletions

View File

@@ -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",
},
]}

View File

@@ -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",
},
]}