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 }