From 8393adbbb3d850537c387b1be111316bbfe2a040 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 23:17:41 +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 a880cd3..a6505d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,8 +48,8 @@ export default function LandingPage() { description="Tampa’s 24/7 destination for premium vapes, cigars, kratom, and luxury lifestyle goods." 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", imageAlt: "Exotic Smoke Shop Interior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/men-looking-out-window-cafe_23-2147775903.jpg", imageAlt: "Smoke Shop Merchandise" } + { 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?_wi=1", imageAlt: "Smoke Shop Merchandise" } ]} mediaAnimation="slide-up" rating={5} @@ -92,8 +92,8 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { id: "t1", name: "Sarah J.", handle: "@sarah", testimonial: "Best prices in Tampa!", imageSrc: "http://img.b2bpic.net/free-photo/pink-smoke-background_23-2149440166.jpg" }, - { id: "t2", 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" }, - { id: "t3", 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" } + { id: "t2", 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?_wi=2" }, + { id: "t3", 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?_wi=2" } ]} title="Tampa Loves Us" description="Don't take our word for it — hear what our customers say." -- 2.49.1