From 52aca4679165a319577886bbf11ba1ae89b2e729 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 09:30:04 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 19ab759..9a7789c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,7 +136,7 @@ export default function LandingPage() { "ChatGPT", "Claude", ], - imageSrc: "http://img.b2bpic.net/free-photo/two-factor-authentication-mobile-device_23-2151997022.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-factor-authentication-mobile-device_23-2151997022.jpg?_wi=1", imageAlt: "futuristic crypto chart AI interface", }, { -- 2.49.1 From ed58301c40566930451de7f0a8db923c55af79ba Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 09:30:04 +0000 Subject: [PATCH 2/2] Update src/app/products/page.tsx --- src/app/products/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 8b8d40d..746f000 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { id: "p1", name: "HTFS Scalping Prompt", price: "$199", - imageSrc: "http://img.b2bpic.net/free-photo/two-factor-authentication-mobile-device_23-2151997022.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-factor-authentication-mobile-device_23-2151997022.jpg?_wi=2", }, { id: "p2", -- 2.49.1