diff --git a/src/app/page.tsx b/src/app/page.tsx index 02cb4bf..2d5f9ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,13 +62,13 @@ export default function HomePage() { tag="New Arrivals" products={[ { - id: "1", name: "Ultra Performance Running Shoe", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-vector/sport-landing-page-template-with-photo_23-2148234372.jpg", imageAlt: "Ultra Performance Running Shoe", initialQuantity: 1, + id: "1", name: "Ultra Performance Running Shoe", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-vector/sport-landing-page-template-with-photo_23-2148234372.jpg?_wi=1", imageAlt: "Ultra Performance Running Shoe", initialQuantity: 1, }, { - id: "2", name: "Pro Training Athletic Top", price: "$69.99", imageSrc: "http://img.b2bpic.net/free-vector/futuristic-background-with-halftone-dots_1055-1041.jpg", imageAlt: "Pro Training Athletic Top", initialQuantity: 1, + id: "2", name: "Pro Training Athletic Top", price: "$69.99", imageSrc: "http://img.b2bpic.net/free-vector/futuristic-background-with-halftone-dots_1055-1041.jpg?_wi=1", imageAlt: "Pro Training Athletic Top", initialQuantity: 1, }, { - id: "3", name: "Elite Performance Leggings", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-sports-equipment_23-2148381892.jpg", imageAlt: "Elite Performance Leggings", initialQuantity: 1, + id: "3", name: "Elite Performance Leggings", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-sports-equipment_23-2148381892.jpg?_wi=1", imageAlt: "Elite Performance Leggings", initialQuantity: 1, }, ]} gridVariant="three-columns-all-equal-width" @@ -85,13 +85,13 @@ export default function HomePage() { tag="Shop All" products={[ { - id: "4", name: "Moisture-Wicking Sports Bra", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-vector/futuristic-background-with-halftone-dots_1055-1041.jpg", imageAlt: "Moisture-Wicking Sports Bra", initialQuantity: 1, + id: "4", name: "Moisture-Wicking Sports Bra", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-vector/futuristic-background-with-halftone-dots_1055-1041.jpg?_wi=2", imageAlt: "Moisture-Wicking Sports Bra", initialQuantity: 1, }, { - id: "5", name: "Performance Training Shorts", price: "$54.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-sports-equipment_23-2148381892.jpg", imageAlt: "Performance Training Shorts", initialQuantity: 1, + id: "5", name: "Performance Training Shorts", price: "$54.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-sports-equipment_23-2148381892.jpg?_wi=2", imageAlt: "Performance Training Shorts", initialQuantity: 1, }, { - id: "6", name: "Athletic Compression Socks", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-vector/sport-landing-page-template-with-photo_23-2148234372.jpg", imageAlt: "Athletic Compression Socks", initialQuantity: 1, + id: "6", name: "Athletic Compression Socks", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-vector/sport-landing-page-template-with-photo_23-2148234372.jpg?_wi=2", imageAlt: "Athletic Compression Socks", initialQuantity: 1, }, { id: "7", name: "Fitness Tracker Watch", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fit-woman-outdoors_23-2150352002.jpg", imageAlt: "Fitness Tracker Watch", initialQuantity: 1,