diff --git a/src/app/page.tsx b/src/app/page.tsx index 91563ed..238c62f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,13 +51,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-vector/smoke-free-cigarettes-background_1284-24081.jpg", imageAlt: "Premium vape collection display" }, { - imageSrc: "http://img.b2bpic.net/free-photo/vaping-young-beautiful-woman-smoking-e-cigarette-with-smoke-outdoors_8353-6003.jpg", imageAlt: "Featured vape device" + imageSrc: "http://img.b2bpic.net/free-photo/vaping-young-beautiful-woman-smoking-e-cigarette-with-smoke-outdoors_8353-6003.jpg?_wi=1", imageAlt: "Featured vape device" }, { - imageSrc: "http://img.b2bpic.net/free-photo/olive-oil_1398-1632.jpg", imageAlt: "Premium vape juice selection" + imageSrc: "http://img.b2bpic.net/free-photo/olive-oil_1398-1632.jpg?_wi=1", imageAlt: "Premium vape juice selection" }, { - imageSrc: "http://img.b2bpic.net/free-vector/vaping-accessories-icons-set_1284-23345.jpg", imageAlt: "Vape accessories and mods" + imageSrc: "http://img.b2bpic.net/free-vector/vaping-accessories-icons-set_1284-23345.jpg?_wi=1", imageAlt: "Vape accessories and mods" } ]} mediaAnimation="blur-reveal" @@ -80,15 +80,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "CloudVapor", name: "Elite Pro Series Device", price: "$89.99", rating: 5, - reviewCount: "2.4k", imageSrc: "http://img.b2bpic.net/free-photo/vaping-young-beautiful-woman-smoking-e-cigarette-with-smoke-outdoors_8353-6003.jpg", imageAlt: "CloudVapor Elite Pro Device" + reviewCount: "2.4k", imageSrc: "http://img.b2bpic.net/free-photo/vaping-young-beautiful-woman-smoking-e-cigarette-with-smoke-outdoors_8353-6003.jpg?_wi=2", imageAlt: "CloudVapor Elite Pro Device" }, { id: "2", brand: "FlavorMasters", name: "Premium Vape Juice Bundle", price: "$34.99", rating: 5, - reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/olive-oil_1398-1632.jpg", imageAlt: "FlavorMasters Vape Juice Collection" + reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/olive-oil_1398-1632.jpg?_wi=2", imageAlt: "FlavorMasters Vape Juice Collection" }, { id: "3", brand: "TechVape", name: "Professional Mod Kit", price: "$124.99", rating: 5, - reviewCount: "3.2k", imageSrc: "http://img.b2bpic.net/free-vector/vaping-accessories-icons-set_1284-23345.jpg", imageAlt: "TechVape Professional Mod Kit" + reviewCount: "3.2k", imageSrc: "http://img.b2bpic.net/free-vector/vaping-accessories-icons-set_1284-23345.jpg?_wi=2", imageAlt: "TechVape Professional Mod Kit" } ]} gridVariant="three-columns-all-equal-width"