Update src/app/collections/page.tsx

This commit is contained in:
2026-02-19 18:38:09 +00:00
parent e561e731ec
commit 589091bde3

View File

@@ -47,7 +47,7 @@ export default function CollectionsPage() {
id: "1", id: "1",
name: "Midnight Evening Gown", name: "Midnight Evening Gown",
price: "€2,850", 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", imageAlt: "Midnight evening gown in silk charmeuse",
initialQuantity: 1 initialQuantity: 1
}, },
@@ -55,7 +55,7 @@ export default function CollectionsPage() {
id: "2", id: "2",
name: "Tailored Wool Blazer", name: "Tailored Wool Blazer",
price: "€1,650", 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", imageAlt: "Classic tailored wool blazer",
initialQuantity: 1 initialQuantity: 1
}, },
@@ -63,7 +63,7 @@ export default function CollectionsPage() {
id: "3", id: "3",
name: "Silk Twill Scarf", name: "Silk Twill Scarf",
price: "€485", 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", imageAlt: "Hand-printed Italian silk scarf",
initialQuantity: 1 initialQuantity: 1
}, },
@@ -71,7 +71,7 @@ export default function CollectionsPage() {
id: "4", id: "4",
name: "High-Waist Trousers", name: "High-Waist Trousers",
price: "€925", 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", imageAlt: "Premium tailored high-waist trousers",
initialQuantity: 1 initialQuantity: 1
}, },
@@ -79,7 +79,7 @@ export default function CollectionsPage() {
id: "5", id: "5",
name: "Classic Wool Coat", name: "Classic Wool Coat",
price: "€3,200", price: "€3,200",
imageSrc: "/placeholders/placeholder1.webp", imageSrc: "/placeholders/placeholder1.webp?_wi=1",
imageAlt: "Classic wool coat", imageAlt: "Classic wool coat",
initialQuantity: 1 initialQuantity: 1
}, },
@@ -87,7 +87,7 @@ export default function CollectionsPage() {
id: "6", id: "6",
name: "Silk Blouse", name: "Silk Blouse",
price: "€850", price: "€850",
imageSrc: "/placeholders/placeholder1.webp", imageSrc: "/placeholders/placeholder1.webp?_wi=2",
imageAlt: "Elegant silk blouse", imageAlt: "Elegant silk blouse",
initialQuantity: 1 initialQuantity: 1
} }