diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 134de53..2105326 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -45,7 +45,7 @@ export default function AboutPage() { description="SupremeBMers is a community-driven brand dedicated to celebrating BMW culture and the drivers who live it." subdescription="Founded by enthusiasts, for enthusiasts." icon={Target} - imageSrc="http://img.b2bpic.net/free-photo/man-talking-mobile-phone-near-friends-relaxing-car_23-2147855620.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-talking-mobile-phone-near-friends-relaxing-car_23-2147855620.jpg?_wi=2" imageAlt="BMW Community and Culture" mediaAnimation="slide-up" useInvertedBackground={false} diff --git a/src/app/page.tsx b/src/app/page.tsx index 1de2643..c69d901 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function HomePage() { id: "tshirt-elite", name: "SupremeBMers Elite Tee", price: "$49.99", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-adult-male-casual-outfit_23-2148316122.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-adult-male-casual-outfit_23-2148316122.jpg?_wi=1", imageAlt: "SupremeBMers Elite T-Shirt", initialQuantity: 1, }, @@ -83,7 +83,7 @@ export default function HomePage() { id: "hoodie-performance", name: "M Division Hoodie", price: "$89.99", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-hoodie-indoors_23-2149359806.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-hoodie-indoors_23-2149359806.jpg?_wi=1", imageAlt: "M Division Premium Hoodie", initialQuantity: 1, }, @@ -91,7 +91,7 @@ export default function HomePage() { id: "sticker-pack", name: "Supreme Sticker Pack", price: "$14.99", - imageSrc: "http://img.b2bpic.net/free-photo/plug-hybrid-electric-vehicle-close-up-ev-hybrid-car-logo_482257-118052.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plug-hybrid-electric-vehicle-close-up-ev-hybrid-car-logo_482257-118052.jpg?_wi=1", imageAlt: "Premium BMW Sticker Pack", initialQuantity: 1, }, @@ -115,7 +115,7 @@ export default function HomePage() { description="SupremeBMers is a community-driven brand dedicated to celebrating BMW culture and the drivers who live it." subdescription="Founded by enthusiasts, for enthusiasts." icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/man-talking-mobile-phone-near-friends-relaxing-car_23-2147855620.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-talking-mobile-phone-near-friends-relaxing-car_23-2147855620.jpg?_wi=1" imageAlt="BMW Community and Culture" mediaAnimation="slide-up" useInvertedBackground={false} diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 85491b7..54cee71 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -45,7 +45,7 @@ export default function ShopPage() { id: "tshirt-elite", name: "SupremeBMers Elite Tee", price: "$49.99", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-adult-male-casual-outfit_23-2148316122.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-adult-male-casual-outfit_23-2148316122.jpg?_wi=2", imageAlt: "SupremeBMers Elite T-Shirt", initialQuantity: 1, }, @@ -61,7 +61,7 @@ export default function ShopPage() { id: "hoodie-performance", name: "M Division Hoodie", price: "$89.99", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-hoodie-indoors_23-2149359806.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-hoodie-indoors_23-2149359806.jpg?_wi=2", imageAlt: "M Division Premium Hoodie", initialQuantity: 1, }, @@ -69,7 +69,7 @@ export default function ShopPage() { id: "sticker-pack", name: "Supreme Sticker Pack", price: "$14.99", - imageSrc: "http://img.b2bpic.net/free-photo/plug-hybrid-electric-vehicle-close-up-ev-hybrid-car-logo_482257-118052.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plug-hybrid-electric-vehicle-close-up-ev-hybrid-car-logo_482257-118052.jpg?_wi=2", imageAlt: "Premium BMW Sticker Pack", initialQuantity: 1, },