From 3bd1f7680dc68f2a8871fa7623f90c1af7462349 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:46:09 +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 0d9a2b0..e536957 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,7 +78,7 @@ export default function HomePage() { description="Founded with a passion for quality and customer service" subdescription="Hemptations Smoke Shop - Dallas, Texas" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/happy-friendly-cashier-taking-credit-card-from-customer-payment-purchases-chatting-smiling-laughing-medium-shot-shopping-concept_74855-11795.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-friendly-cashier-taking-credit-card-from-customer-payment-purchases-chatting-smiling-laughing-medium-shot-shopping-concept_74855-11795.jpg?_wi=1" imageAlt="Hemptations Smoke Shop friendly staff" mediaAnimation="slide-up" useInvertedBackground={false} @@ -102,7 +102,7 @@ export default function HomePage() { { id: "4", title: "Convenient Dallas Location", content: "Easily accessible store location in Dallas with ample parking and flexible hours. Visit us today or call ahead to check inventory."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-man-vaping-from-hookah-bar_23-2149194184.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-man-vaping-from-hookah-bar_23-2149194184.jpg?_wi=1" imageAlt="Premium glass pieces and bongs" mediaAnimation="opacity" useInvertedBackground={false} @@ -124,7 +124,7 @@ export default function HomePage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Premium Glass Bong - 12\" Beaker", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/young-man-vaping-from-hookah-bar_23-2149194184.jpg", imageAlt: "Premium glass bong", initialQuantity: 1, + id: "1", name: "Premium Glass Bong - 12\" Beaker", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/young-man-vaping-from-hookah-bar_23-2149194184.jpg?_wi=2", imageAlt: "Premium glass bong", initialQuantity: 1, }, { id: "2", name: "Portable Vaporizer Pro Edition", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/man-vaping-electronic-cigarette_158595-3037.jpg", imageAlt: "Portable vaporizer device", initialQuantity: 1, @@ -197,7 +197,7 @@ export default function HomePage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/happy-friendly-cashier-taking-credit-card-from-customer-payment-purchases-chatting-smiling-laughing-medium-shot-shopping-concept_74855-11795.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-friendly-cashier-taking-credit-card-from-customer-payment-purchases-chatting-smiling-laughing-medium-shot-shopping-concept_74855-11795.jpg?_wi=2" imageAlt="Hemptations Smoke Shop store front" mediaAnimation="opacity" mediaPosition="right" -- 2.49.1