From 7905e84a46f6991abe53fe325322486e4484f23b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 13:08:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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" -- 2.49.1