From 6d21a902c60d43faa7dd5294cf2623dbc2891a47 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 23:16:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e44233..a69420d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,11 +65,11 @@ export default function LandingPage() { tag="Open 24 Hours" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-smoke-electronic-cigarette-vape-bar-vape-shop_639032-1909.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-smoke-electronic-cigarette-vape-bar-vape-shop_639032-1909.jpg?_wi=1", imageAlt: "Exotic Smoke Shop Interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/men-looking-out-window-cafe_23-2147775903.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/men-looking-out-window-cafe_23-2147775903.jpg?_wi=1", imageAlt: "Smoke Shop Merchandise", }, { @@ -130,7 +130,7 @@ export default function LandingPage() { tags: [ "Premium", ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-soft-drink_23-2151281701.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-soft-drink_23-2151281701.jpg?_wi=1", }, { id: "f2", @@ -140,7 +140,7 @@ export default function LandingPage() { tags: [ "Stylish", ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hookah-ready-smoke_23-2149173607.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hookah-ready-smoke_23-2149173607.jpg?_wi=1", }, { id: "f3", @@ -177,7 +177,7 @@ export default function LandingPage() { name: "Mark D.", handle: "@mark", testimonial: "Friendly staff, always helpful.", - imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-smoke-electronic-cigarette-vape-bar-vape-shop_639032-1909.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-smoke-electronic-cigarette-vape-bar-vape-shop_639032-1909.jpg?_wi=2", imageAlt: "Pink smoke background", }, { @@ -185,7 +185,7 @@ export default function LandingPage() { name: "Emily R.", handle: "@emily", testimonial: "Everything I need in one stop.", - imageSrc: "http://img.b2bpic.net/free-photo/men-looking-out-window-cafe_23-2147775903.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/men-looking-out-window-cafe_23-2147775903.jpg?_wi=2", imageAlt: "Pink smoke background", }, { @@ -193,7 +193,7 @@ export default function LandingPage() { name: "Chris P.", handle: "@chris", testimonial: "Fast and clean shop.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-soft-drink_23-2151281701.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-soft-drink_23-2151281701.jpg?_wi=2", imageAlt: "Pink smoke background", }, { @@ -201,7 +201,7 @@ export default function LandingPage() { name: "Lisa K.", handle: "@lisa", testimonial: "Awesome variety and vibe.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hookah-ready-smoke_23-2149173607.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hookah-ready-smoke_23-2149173607.jpg?_wi=2", imageAlt: "Pink smoke background", }, ]} -- 2.49.1