From fd77b816c353c68d5a24c8c9e5a05fc56c549878 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 23:49:53 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3138081..2e442ae 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { title: "System Stability", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/tired-black-man-failing-some-tasks-struggling-focus-home_482257-126259.jpg" + imageSrc="http://img.b2bpic.net/free-photo/tired-black-man-failing-some-tasks-struggling-focus-home_482257-126259.jpg?_wi=1" mediaAnimation="slide-up" metricsAnimation="slide-up" /> -- 2.49.1 From 493bd25afc26518de89d35e7bd5c877012020044 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 23:49:54 +0000 Subject: [PATCH 2/4] Update src/app/affiliate/page.tsx --- src/app/affiliate/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/affiliate/page.tsx b/src/app/affiliate/page.tsx index 8bbba12..a7253ea 100644 --- a/src/app/affiliate/page.tsx +++ b/src/app/affiliate/page.tsx @@ -73,7 +73,7 @@ export default function LandingPage() { tag="Join Us" title="Contact our team" description="Get in touch for specific affiliate support inquiries." - imageSrc="http://img.b2bpic.net/free-photo/tired-black-man-failing-some-tasks-struggling-focus-home_482257-126259.jpg" + imageSrc="http://img.b2bpic.net/free-photo/tired-black-man-failing-some-tasks-struggling-focus-home_482257-126259.jpg?_wi=2" mediaAnimation="slide-up" /> -- 2.49.1 From 192fd5aa3dd62b3a7e799b14c3418fedb15e11f3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 23:49:54 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c224c0..54bed37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,11 +58,11 @@ export default function LandingPage() { description="Experience professional-grade system tweaks designed to optimize your hardware and gain a competitive edge." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-background_23-2150913923.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-background_23-2150913923.jpg?_wi=1", imageAlt: "High tech gaming", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-expert-working-with-technology-neon-lights_23-2151645689.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-expert-working-with-technology-neon-lights_23-2151645689.jpg?_wi=1", imageAlt: "Neon streaks", }, { @@ -70,11 +70,11 @@ export default function LandingPage() { imageAlt: "Abstract particles", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-background_23-2150913923.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-background_23-2150913923.jpg?_wi=2", imageAlt: "Repeat view 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-expert-working-with-technology-neon-lights_23-2151645689.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-expert-working-with-technology-neon-lights_23-2151645689.jpg?_wi=2", imageAlt: "Repeat view 2", }, ]} @@ -95,31 +95,31 @@ export default function LandingPage() { id: "m1", name: "Alex R.", role: "Lead Architect", - imageSrc: "http://img.b2bpic.net/free-vector/25-programming-coding-flat-color-icon-pack_1142-22542.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/25-programming-coding-flat-color-icon-pack_1142-22542.jpg?_wi=1", }, { id: "m2", name: "Sarah K.", role: "Systems Lead", - imageSrc: "http://img.b2bpic.net/free-photo/bookmark-button-right-side-white-background_187299-40259.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bookmark-button-right-side-white-background_187299-40259.jpg?_wi=1", }, { id: "m3", name: "Mike D.", role: "Kernel Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/glow-arrow-graph-analytics-3d-icon-bubble-speech-chat-3d-rendering_56104-1929.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glow-arrow-graph-analytics-3d-icon-bubble-speech-chat-3d-rendering_56104-1929.jpg?_wi=1", }, { id: "m4", name: "Jordan P.", role: "Performance Analyst", - imageSrc: "http://img.b2bpic.net/free-vector/technology-infographics-design_23-2148444881.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/technology-infographics-design_23-2148444881.jpg?_wi=1", }, { id: "m5", name: "Emma W.", role: "Support Lead", - imageSrc: "http://img.b2bpic.net/free-photo/graphic-concept-with-wood-blocks_23-2148950375.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/graphic-concept-with-wood-blocks_23-2148950375.jpg?_wi=1", }, ]} /> -- 2.49.1 From 5aa942d99e7bfed7cfda4ee42e6f41a698f6967d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 23:49:55 +0000 Subject: [PATCH 4/4] Update src/app/products/page.tsx --- src/app/products/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index d58c24b..d5446e3 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -58,35 +58,35 @@ export default function LandingPage() { name: "Standard Boost", price: "$15.00", variant: "Essential", - imageSrc: "http://img.b2bpic.net/free-vector/25-programming-coding-flat-color-icon-pack_1142-22542.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/25-programming-coding-flat-color-icon-pack_1142-22542.jpg?_wi=2", }, { id: "p2", name: "Elite Tweaks", price: "$30.00", variant: "Pro", - imageSrc: "http://img.b2bpic.net/free-photo/bookmark-button-right-side-white-background_187299-40259.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bookmark-button-right-side-white-background_187299-40259.jpg?_wi=2", }, { id: "p3", name: "Ultimate Optimization", price: "$50.00", variant: "Extreme", - imageSrc: "http://img.b2bpic.net/free-photo/glow-arrow-graph-analytics-3d-icon-bubble-speech-chat-3d-rendering_56104-1929.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glow-arrow-graph-analytics-3d-icon-bubble-speech-chat-3d-rendering_56104-1929.jpg?_wi=2", }, { id: "p4", name: "Input Lag Killer", price: "$20.00", variant: "Competitive", - imageSrc: "http://img.b2bpic.net/free-vector/technology-infographics-design_23-2148444881.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/technology-infographics-design_23-2148444881.jpg?_wi=2", }, { id: "p5", name: "Stability Shield", price: "$25.00", variant: "Stable", - imageSrc: "http://img.b2bpic.net/free-photo/graphic-concept-with-wood-blocks_23-2148950375.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/graphic-concept-with-wood-blocks_23-2148950375.jpg?_wi=2", }, ]} title="Tweak Packages" -- 2.49.1