diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index c4e239c..57304b2 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -21,7 +21,7 @@ export default function HomePage() { text: "Shop Collections", href: "#products"}} secondaryButton={{ text: "Contact Us", href: "#contact"}} - imageSrc="http://img.b2bpic.net/free-photo/man-smoke-electronic-cigarette-vape-shop-vape-bar_639032-325.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-smoke-electronic-cigarette-vape-shop-vape-bar_639032-325.jpg?_wi=1" /> @@ -44,7 +44,7 @@ export default function HomePage() { description="Explore our curated list of hardware and premium juices." items={[ { - title: "Starter Kits", description: "Reliable kits for every beginner.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-girl-city-with-vape_1157-34821.jpg"}, + title: "Starter Kits", description: "Reliable kits for every beginner.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-girl-city-with-vape_1157-34821.jpg?_wi=1"}, { title: "Premium Juice", description: "Hand-picked exotic flavors.", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336274.jpg"}, { @@ -76,11 +76,11 @@ export default function HomePage() { { title: "Global Flavors", tags: [ "Juice", "Top Tier"], - imageSrc: "http://img.b2bpic.net/free-photo/man-smoke-electronic-cigarette-vape-shop-vape-bar_639032-325.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-smoke-electronic-cigarette-vape-shop-vape-bar_639032-325.jpg?_wi=2"}, { title: "Safety Standards", tags: [ "Tested", "Secure"], - imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-girl-city-with-vape_1157-34821.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-girl-city-with-vape_1157-34821.jpg?_wi=2"}, ]} />