diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 42bf4b4..9b5dcac 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -43,7 +43,7 @@ export default function AboutPage() { tag="Our Heritage" tagIcon={Award} tagAnimation="slide-up" - imageSrc="https://img.b2bpic.net/free-photo/suitmaker-tailor-cutting-fabric_482257-78193.jpg" + imageSrc="https://img.b2bpic.net/free-photo/suitmaker-tailor-cutting-fabric_482257-78193.jpg?_wi=2" imageAlt="Milano Atelier workshop showcasing Italian craftsmanship" buttons={[{ text: "Visit Our Atelier", href: "/contact" }]} buttonAnimation="slide-up" 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 } diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index fa3772b..0cf750b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -58,7 +58,7 @@ export default function ContactPage() { description="Located in the prestigious Quadrilatero della Moda, our flagship atelier welcomes clients by appointment. Our showroom features our complete collections, and our private consultation rooms provide the perfect environment to discuss your bespoke requirements with our master tailors." tag="Location" tagAnimation="slide-up" - imageSrc="https://img.b2bpic.net/free-photo/suitmaker-tailor-cutting-fabric_482257-78193.jpg" + imageSrc="https://img.b2bpic.net/free-photo/suitmaker-tailor-cutting-fabric_482257-78193.jpg?_wi=3" imageAlt="Milano Atelier location in Milan fashion district" buttons={[{ text: "Get Directions", href: "https://maps.google.com" }]} buttonAnimation="slide-up" diff --git a/src/app/page.tsx b/src/app/page.tsx index b372251..70a12bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,10 +52,10 @@ export default function HomePage() { buttonAnimation="slide-up" mediaItems={[ { imageSrc: "https://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg", imageAlt: "Luxury clothing collection" }, - { imageSrc: "https://img.b2bpic.net/free-psd/elegant-young-woman-long-pink-satin-evening-gown_9975-132967.jpg", imageAlt: "Evening gown collection" }, - { imageSrc: "https://img.b2bpic.net/free-photo/side-view-man-choosing-jacket-shop_171337-18967.jpg", imageAlt: "Designer blazer" }, - { imageSrc: "https://img.b2bpic.net/free-photo/young-woman-wearing-handkerchief-as-neck-accessory_23-2149091380.jpg", imageAlt: "Luxury accessories" }, - { imageSrc: "https://img.b2bpic.net/free-photo/male-suit-close-up-holding-coffee-hand_1303-10298.jpg", imageAlt: "Premium tailored pieces" } + { imageSrc: "https://img.b2bpic.net/free-psd/elegant-young-woman-long-pink-satin-evening-gown_9975-132967.jpg?_wi=1", imageAlt: "Evening gown collection" }, + { imageSrc: "https://img.b2bpic.net/free-photo/side-view-man-choosing-jacket-shop_171337-18967.jpg?_wi=1", imageAlt: "Designer blazer" }, + { imageSrc: "https://img.b2bpic.net/free-photo/young-woman-wearing-handkerchief-as-neck-accessory_23-2149091380.jpg?_wi=1", imageAlt: "Luxury accessories" }, + { imageSrc: "https://img.b2bpic.net/free-photo/male-suit-close-up-holding-coffee-hand_1303-10298.jpg?_wi=1", imageAlt: "Premium tailored pieces" } ]} ariaLabel="Hero section showcasing luxury Italian clothing collections" /> @@ -68,7 +68,7 @@ export default function HomePage() { tag="Our Story" tagIcon={Award} tagAnimation="slide-up" - imageSrc="https://img.b2bpic.net/free-photo/suitmaker-tailor-cutting-fabric_482257-78193.jpg" + imageSrc="https://img.b2bpic.net/free-photo/suitmaker-tailor-cutting-fabric_482257-78193.jpg?_wi=1" imageAlt="Milano Atelier workshop showcasing Italian craftsmanship" buttons={[{ text: "Visit Our Atelier", href: "/contact" }]} buttonAnimation="slide-up" @@ -88,7 +88,7 @@ export default function HomePage() { 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=2", imageAlt: "Midnight evening gown in silk charmeuse", initialQuantity: 1 }, @@ -96,7 +96,7 @@ export default function HomePage() { 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=2", imageAlt: "Classic tailored wool blazer", initialQuantity: 1 }, @@ -104,7 +104,7 @@ export default function HomePage() { 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=2", imageAlt: "Hand-printed Italian silk scarf", initialQuantity: 1 }, @@ -112,7 +112,7 @@ export default function HomePage() { 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=2", imageAlt: "Premium tailored high-waist trousers", initialQuantity: 1 }