From 3ef2b82cc0e83ecd39751ae85bcae93b11880fd9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:34:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d126eb7..3a04454 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function HomePage() { { text: "Explore Collections", href: "/collections" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg" + imageSrc="http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg?_wi=1" imageAlt="Model wearing latest collection" imagePosition="right" mediaAnimation="blur-reveal" @@ -109,14 +109,14 @@ export default function HomePage() { id: 2, title: "Seasonal", description: "Latest trends adapted for modern lifestyles with our signature aesthetic", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg?_wi=2", imageAlt: "Seasonal collection", }, { id: 3, title: "Signature", description: "Our most coveted pieces representing the pinnacle of contemporary design", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg?_wi=3", imageAlt: "Signature collection", }, ]} @@ -139,28 +139,28 @@ export default function HomePage() { id: "1", name: "Premium Essentials T-Shirt", price: "$85", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-os-stylish-woman-sunglasses-walking-street-she-is-wearing-white-tshirt-has-red-lips-looking-down_291650-2102.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-os-stylish-woman-sunglasses-walking-street-she-is-wearing-white-tshirt-has-red-lips-looking-down_291650-2102.jpg?_wi=1", imageAlt: "Premium t-shirt in neutral tone", }, { id: "2", name: "Tailored Linen Blazer", price: "$285", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-choosing-jacket-shop_171337-18967.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-choosing-jacket-shop_171337-18967.jpg?_wi=1", imageAlt: "Tailored blazer for professional wear", }, { id: "3", name: "Minimalist Midi Dress", price: "$195", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg?_wi=4", imageAlt: "Elegant midi dress in classic silhouette", }, { id: "4", name: "Premium Denim Trousers", price: "$165", - imageSrc: "http://img.b2bpic.net/free-photo/man-puts-his-thumbs-into-pockets-jeans_8353-11368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-puts-his-thumbs-into-pockets-jeans_8353-11368.jpg?_wi=1", imageAlt: "High-quality tailored denim", }, ]}