diff --git a/src/app/page.tsx b/src/app/page.tsx index 615f4c1..1e35ecb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,7 +94,7 @@ export default function HomePage() { ]} buttonAnimation="slide-up" layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/clothing-hanger-modern-shop-boutique_23-2148175634.jpg" + imageSrc="http://img.b2bpic.net/free-photo/clothing-hanger-modern-shop-boutique_23-2148175634.jpg?_wi=1" imageAlt="Moose Sweats store interior with warm lighting and cozy ambiance" mediaAnimation="blur-reveal" frameStyle="card" @@ -132,7 +132,7 @@ export default function HomePage() { price: "$64.99", rating: 5, reviewCount: "48", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hipster-man-woman-love-traveling-together-wild-nature_285396-2048.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hipster-man-woman-love-traveling-together-wild-nature_285396-2048.jpg?_wi=1", imageAlt: "Forest green hoodie with moose emblem design", }, { @@ -142,7 +142,7 @@ export default function HomePage() { price: "$74.99", rating: 5, reviewCount: "32", - imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-by-tree-spring-forest-with-drink-thermos_1157-32856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-by-tree-spring-forest-with-drink-thermos_1157-32856.jpg?_wi=1", imageAlt: "Cream cable knit sweater perfect for cozy moments", }, { @@ -152,7 +152,7 @@ export default function HomePage() { price: "$89.99", rating: 5, reviewCount: "26", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-knitted-hats_23-2149311009.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-knitted-hats_23-2149311009.jpg?_wi=1", imageAlt: "Curated gift set featuring local artisan items", }, ]} @@ -256,7 +256,7 @@ export default function HomePage() {