From e69b029bda771e2c1886741b1064e45fb6f80f9b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 11:41:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3bf0e18..cc9caea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,22 +76,22 @@ export default function LandingPage() { { title: "Verified Authentic", description: "Every product is scanned for QR authenticity.", icon: Shield, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-colorful-smoke_23-2151206421.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-by-vaping-from-hookah-bar_23-2149191841.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-colorful-smoke_23-2151206421.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-by-vaping-from-hookah-bar_23-2149191841.jpg?_wi=1" }, ] }, { title: "Fast Secure Delivery", description: "Discreet, tracked shipping to your doorstep.", icon: Zap, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/hookah-still-life-arrangement_23-2149213276.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/drops-red-yellow-paint_23-2147745439.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hookah-still-life-arrangement_23-2149213276.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/drops-red-yellow-paint_23-2147745439.jpg?_wi=1" }, ] }, { title: "24/7 Expert Support", description: "Talk to real vaping technicians anytime.", icon: Award, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-couple-with-vape-city_1157-23847.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/blue-wavy-smoke-black-background_23-2148210914.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-couple-with-vape-city_1157-23847.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/blue-wavy-smoke-black-background_23-2148210914.jpg?_wi=1" }, ] }, ]} @@ -107,12 +107,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { id: "1", name: "Cyber Tank", price: "$49", variant: "Pro", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-colorful-smoke_23-2151206421.jpg" }, - { id: "2", name: "Neon Mod", price: "$89", variant: "Limited", imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-by-vaping-from-hookah-bar_23-2149191841.jpg" }, - { id: "3", name: "Carbon Pod", price: "$39", variant: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/hookah-still-life-arrangement_23-2149213276.jpg" }, - { id: "4", name: "Cloud Essence", price: "$25", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/drops-red-yellow-paint_23-2147745439.jpg" }, - { id: "5", name: "Vape Case", price: "$15", variant: "Tech", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-couple-with-vape-city_1157-23847.jpg" }, - { id: "6", name: "Coil Kit", price: "$12", variant: "Refill", imageSrc: "http://img.b2bpic.net/free-photo/blue-wavy-smoke-black-background_23-2148210914.jpg" }, + { id: "1", name: "Cyber Tank", price: "$49", variant: "Pro", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-colorful-smoke_23-2151206421.jpg?_wi=2" }, + { id: "2", name: "Neon Mod", price: "$89", variant: "Limited", imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-by-vaping-from-hookah-bar_23-2149191841.jpg?_wi=2" }, + { id: "3", name: "Carbon Pod", price: "$39", variant: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/hookah-still-life-arrangement_23-2149213276.jpg?_wi=2" }, + { id: "4", name: "Cloud Essence", price: "$25", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/drops-red-yellow-paint_23-2147745439.jpg?_wi=2" }, + { id: "5", name: "Vape Case", price: "$15", variant: "Tech", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-couple-with-vape-city_1157-23847.jpg?_wi=2" }, + { id: "6", name: "Coil Kit", price: "$12", variant: "Refill", imageSrc: "http://img.b2bpic.net/free-photo/blue-wavy-smoke-black-background_23-2148210914.jpg?_wi=2" }, ]} title="Premium Collection" description="Hand-selected hardware and e-liquids for the discerning vaper."