From 32326d3523aca2d3120a5d7b692642de3f128cee Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 00:53:29 +0000 Subject: [PATCH 1/3] 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 e085b6d..a3bd87c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -44,7 +44,7 @@ export default function ContactPage() { { name: "email", type: "email", placeholder: "Your Email", required: true } ]} textarea={{ name: "message", placeholder: "Your message here...", rows: 4, required: true }} - imageSrc="http://img.b2bpic.net/free-photo/side-view-man-taking-notes-ambulance-car_23-2149478462.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-man-taking-notes-ambulance-car_23-2149478462.jpg?_wi=2" imageAlt="safety training concept" /> -- 2.49.1 From 14a1da0f9a3e285dab6b2be9e5cb7d695e7981f7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 00:53:30 +0000 Subject: [PATCH 2/3] 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 6c222f9..2af59db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "p1", name: "CSP-007 Stun Gun", price: "$39.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-storage-devices-assortment_23-2149319330.jpg" }, + { id: "p1", name: "CSP-007 Stun Gun", price: "$39.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-storage-devices-assortment_23-2149319330.jpg?_wi=1" }, { id: "p2", name: "CSP-15N Flashlight", price: "$29.00", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-camera-without-lens_23-2148532491.jpg" }, { id: "p3", name: "High Power Stun Gun", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/handgun-disassembled-into-parts-brush-cleaning-gunpowder-residue_342744-54.jpg" }, { id: "p4", name: "Ultra Flashlight", price: "$59.98", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-head-lantern_23-2148282331.jpg" } @@ -115,7 +115,7 @@ export default function LandingPage() { { id: "q2", title: "What is the warranty?", content: "We provide an automatic two-year warranty." }, { id: "q3", title: "How do I charge?", content: "Use the integrated charger provided with every unit." } ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-man-taking-notes-ambulance-car_23-2149478462.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-man-taking-notes-ambulance-car_23-2149478462.jpg?_wi=1" title="Frequently Asked Questions" description="Everything you need to know about safety gear." faqsAnimation="blur-reveal" -- 2.49.1 From 5756ecd80801c15625e22784f414cd7bf8f747fa Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 00:53:30 +0000 Subject: [PATCH 3/3] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 27d0c6e..5d47bd4 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -45,7 +45,7 @@ export default function ShopPage() { products={[ { id: "s1", name: "Standard Stun Gun", price: "$29.00", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-studio_176474-37831.jpg" }, { id: "s2", name: "Tactical Torch", price: "$34.00", imageSrc: "http://img.b2bpic.net/free-photo/suitcase-with-necktie-father-s-day_23-2147631315.jpg" }, - { id: "s3", name: "Stun Gun Pro", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-storage-devices-assortment_23-2149319330.jpg" } + { id: "s3", name: "Stun Gun Pro", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-storage-devices-assortment_23-2149319330.jpg?_wi=2" } ]} /> -- 2.49.1