From 56fe8821c227111e2fccc7fbd883e587200c7beb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 15:17:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d809231..6833cb6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { { text: "Join Waitlist", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/view-matchsticks-with-geometric-shapes_23-2149600203.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-matchsticks-with-geometric-shapes_23-2149600203.jpg?_wi=1" imageAlt="SNUSBROTHERS premium nicotine tin collection" mediaAnimation="slide-up" /> @@ -120,7 +120,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { id: "p1", name: "Arctic Frost", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/collection-quail-eggs-near-feathers-can_23-2148073846.jpg" }, - { id: "p2", name: "Midnight Citrus", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/view-matchsticks-with-geometric-shapes_23-2149600203.jpg" }, + { id: "p2", name: "Midnight Citrus", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/view-matchsticks-with-geometric-shapes_23-2149600203.jpg?_wi=2" }, { id: "p3", name: "Nordic Mint", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-burnt-paper-with-flames_23-2150104311.jpg" }, { id: "p4", name: "Ember Spice", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mystery-box_23-2149631436.jpg" }, { id: "p5", name: "Pure Bergamot", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/water-texture_23-2148121772.jpg" },