From 9e6791d4ae16ff6f05f7b4bcbd2f53f706b09f87 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:44:07 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 07d07dc..c120979 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -51,7 +51,7 @@ export default function AboutPage() { 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=4" imageAlt="Hemptations Smoke Shop friendly staff" mediaAnimation="slide-up" useInvertedBackground={false} @@ -90,7 +90,7 @@ export default function AboutPage() { 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=6" imageAlt="Premium glass pieces and bongs" mediaAnimation="opacity" useInvertedBackground={false} @@ -116,7 +116,7 @@ export default function AboutPage() { name: "Marcus Johnson", handle: "@marcus_j - Verified Buyer", testimonial: "Best smoke shop in Dallas! Incredible selection, amazing deals, and the staff really knows their stuff. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-front-view-business-man_23-2148763836.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-front-view-business-man_23-2148763836.jpg?_wi=2", imageAlt: "Marcus Johnson" }, { @@ -124,7 +124,7 @@ export default function AboutPage() { name: "Sarah Chen", handle: "@sarahc_dallas - Verified Buyer", testimonial: "Finally found a shop that treats customers with respect and delivers quality. Hemptations is my go-to place for everything.", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg?_wi=2", imageAlt: "Sarah Chen" }, { @@ -132,7 +132,7 @@ export default function AboutPage() { name: "David Williams", handle: "@davidw_tx - Verified Buyer", testimonial: "Great prices, great selection, great people. What more could you ask for? 5 stars all day.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg?_wi=2", imageAlt: "David Williams" }, { @@ -140,7 +140,7 @@ export default function AboutPage() { name: "Jessica Martinez", handle: "@jess_martinez - Verified Buyer", testimonial: "Walked in not knowing much, walked out with exactly what I needed. The team's expertise made all the difference.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg?_wi=2", imageAlt: "Jessica Martinez" }, { @@ -148,7 +148,7 @@ export default function AboutPage() { name: "Alex Thompson", handle: "@alexthompson - Verified Buyer", testimonial: "Customer service is on another level here. They go above and beyond to help you find what you're looking for.", - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Alex Thompson" }, { @@ -156,7 +156,7 @@ export default function AboutPage() { name: "Chris Rodriguez", handle: "@chris_rod - Verified Buyer", testimonial: "Been coming here for years. Consistent quality, amazing deals, and staff that actually cares. Love this place!", - imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg?_wi=2", imageAlt: "Chris Rodriguez" } ]} -- 2.49.1 From a4b8b4d1cd87c499a267d52eea90f54dacb7a6d8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:44:07 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c4f28f3..cf7fb6a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -82,7 +82,7 @@ export default function ContactPage() { 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=5" imageAlt="Hemptations Smoke Shop store front" mediaAnimation="blur-reveal" mediaPosition="right" -- 2.49.1 From d67951b3b1ce8cf959519dd262d0a103fe37773c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:44:08 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 1367 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1367 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c791da9..3de9e21 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1430,6 +1430,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +