diff --git a/src/app/page.tsx b/src/app/page.tsx index ab84d5b..f03f79a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,7 +77,7 @@ export default function HomePage() { { text: "Shop Now", href: "/shop" }, { text: "Learn More", href: "#about" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/fulllength-portrait-stylish-darkskinned-curly-woman-white-pants-jacket-top-posing-dressing-room-young-lady-leans-hanger_197531-27803.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fulllength-portrait-stylish-darkskinned-curly-woman-white-pants-jacket-top-posing-dressing-room-young-lady-leans-hanger_197531-27803.jpg?_wi=1" imageAlt="Fashion lifestyle background" showDimOverlay={true} /> @@ -88,15 +88,15 @@ export default function HomePage() { products={[ { id: "1", name: "Classic Cotton T-Shirt", price: "$49.99", variant: "White, Black, Navy • 5 Colors", imageSrc: - "http://img.b2bpic.net/free-photo/young-african-american-woman-with-dark-curly-hair-sunglasses-tshirt-pretty-woman-with-blond-hair-shirt-dreamily-looking-camera-while-spending-time-together_574295-5031.jpg", imageAlt: "Classic cotton t-shirt", isFavorited: false, + "http://img.b2bpic.net/free-photo/young-african-american-woman-with-dark-curly-hair-sunglasses-tshirt-pretty-woman-with-blond-hair-shirt-dreamily-looking-camera-while-spending-time-together_574295-5031.jpg?_wi=1", imageAlt: "Classic cotton t-shirt", isFavorited: false, }, { id: "2", name: "Slim Fit Denim Jeans", price: "$89.99", variant: "Dark Blue • 3 Sizes", imageSrc: - "http://img.b2bpic.net/free-photo/blue-jeans-fabric-details_150588-48.jpg", imageAlt: "Slim fit denim jeans", isFavorited: false, + "http://img.b2bpic.net/free-photo/blue-jeans-fabric-details_150588-48.jpg?_wi=1", imageAlt: "Slim fit denim jeans", isFavorited: false, }, { id: "3", name: "Premium Leather Jacket", price: "$199.99", variant: "Black • Limited Edition", imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-demonstrating-upper-cloths_1303-24480.jpg", imageAlt: "Premium leather jacket", isFavorited: false, + "http://img.b2bpic.net/free-photo/young-woman-demonstrating-upper-cloths_1303-24480.jpg?_wi=1", imageAlt: "Premium leather jacket", isFavorited: false, }, ]} title="Featured Collections" @@ -118,7 +118,7 @@ export default function HomePage() { { value: "50K+", title: "Happy Customers" }, { value: "500+", title: "Products Available" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/shopping-center-showroom-with-clothes-from-trendy-collections-retail-market-boutique-with-modern-fashionable-wear-empty-clothing-store-filled-with-new-trends-fashion-brands_482257-61769.jpg" + imageSrc="http://img.b2bpic.net/free-photo/shopping-center-showroom-with-clothes-from-trendy-collections-retail-market-boutique-with-modern-fashionable-wear-empty-clothing-store-filled-with-new-trends-fashion-brands_482257-61769.jpg?_wi=1" imageAlt="StyleHub store interior" useInvertedBackground={true} mediaAnimation="slide-up" @@ -198,7 +198,7 @@ export default function HomePage() {