diff --git a/src/app/collections/page.tsx b/src/app/collections/page.tsx index ba51df7..2c785fe 100644 --- a/src/app/collections/page.tsx +++ b/src/app/collections/page.tsx @@ -47,7 +47,7 @@ export default function CollectionsPage() { id: "1", name: "Midnight Evening Gown", price: "€2,850", - imageSrc: "https://img.b2bpic.net/free-psd/elegant-young-woman-long-pink-satin-evening-gown_9975-132967.jpg", + imageSrc: "https://img.b2bpic.net/free-psd/elegant-young-woman-long-pink-satin-evening-gown_9975-132967.jpg?_wi=3", imageAlt: "Midnight evening gown in silk charmeuse", initialQuantity: 1 }, @@ -55,7 +55,7 @@ export default function CollectionsPage() { id: "2", name: "Tailored Wool Blazer", price: "€1,650", - imageSrc: "https://img.b2bpic.net/free-photo/side-view-man-choosing-jacket-shop_171337-18967.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/side-view-man-choosing-jacket-shop_171337-18967.jpg?_wi=3", imageAlt: "Classic tailored wool blazer", initialQuantity: 1 }, @@ -63,7 +63,7 @@ export default function CollectionsPage() { id: "3", name: "Silk Twill Scarf", price: "€485", - imageSrc: "https://img.b2bpic.net/free-photo/young-woman-wearing-handkerchief-as-neck-accessory_23-2149091380.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/young-woman-wearing-handkerchief-as-neck-accessory_23-2149091380.jpg?_wi=3", imageAlt: "Hand-printed Italian silk scarf", initialQuantity: 1 }, @@ -71,7 +71,7 @@ export default function CollectionsPage() { id: "4", name: "High-Waist Trousers", price: "€925", - imageSrc: "https://img.b2bpic.net/free-photo/male-suit-close-up-holding-coffee-hand_1303-10298.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/male-suit-close-up-holding-coffee-hand_1303-10298.jpg?_wi=3", imageAlt: "Premium tailored high-waist trousers", initialQuantity: 1 }, @@ -79,7 +79,7 @@ export default function CollectionsPage() { id: "5", name: "Classic Wool Coat", price: "€3,200", - imageSrc: "/placeholders/placeholder1.webp", + imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Classic wool coat", initialQuantity: 1 }, @@ -87,7 +87,7 @@ export default function CollectionsPage() { id: "6", name: "Silk Blouse", price: "€850", - imageSrc: "/placeholders/placeholder1.webp", + imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Elegant silk blouse", initialQuantity: 1 }