From 0513c68ebb7b8b1d3dc67cdaa89f62a3a5ad298e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 12:06:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b579e81..71494be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { title="Trusted Quality. Premium Experience." description="Discover the finest selection of premium vape devices and accessories, curated for enthusiasts who value quality and style." buttons={[{ text: "Shop Now", href: "#shop" }]} - imageSrc="http://img.b2bpic.net/free-photo/black-white-portrait-old-man_250224-59.jpg" + imageSrc="http://img.b2bpic.net/free-photo/black-white-portrait-old-man_250224-59.jpg?_wi=1" imageAlt="Rotating 3D vape device" /> @@ -59,10 +59,10 @@ export default function LandingPage() { products={[ { id: "p1", name: "Nebula Mod", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/blue-wavy-smoke-black-background_23-2148210904.jpg" }, { id: "p2", name: "E-Liquid Gold", price: "$25.00", imageSrc: "http://img.b2bpic.net/free-photo/hookah-still-life-arrangement_23-2149213276.jpg" }, - { id: "p3", name: "Quantum Pod", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/young-gentlemen-smokes-pipe_158595-555.jpg" }, + { id: "p3", name: "Quantum Pod", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/young-gentlemen-smokes-pipe_158595-555.jpg?_wi=1" }, { id: "p4", name: "Apex Starter", price: "$60.00", imageSrc: "http://img.b2bpic.net/free-photo/man-with-concealed-identity-smoking-controversial-vaping-electronic-cigarette-vaping-is-debatable-health-community-if-it-is-safe-health-risk_1423-155.jpg" }, - { id: "p5", name: "Flavor Pods", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/black-white-portrait-old-man_250224-59.jpg" }, - { id: "p6", name: "Gear Kit", price: "$35.00", imageSrc: "http://img.b2bpic.net/free-photo/young-gentlemen-smokes-pipe_158595-555.jpg" } + { id: "p5", name: "Flavor Pods", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/black-white-portrait-old-man_250224-59.jpg?_wi=2" }, + { id: "p6", name: "Gear Kit", price: "$35.00", imageSrc: "http://img.b2bpic.net/free-photo/young-gentlemen-smokes-pipe_158595-555.jpg?_wi=2" } ]} title="Featured Products" description="High-performance hardware for a superior vaping journey." -- 2.49.1