From b49e7df9c906e5511c0a519327c3cfc42007ee46 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 09:47:18 +0000 Subject: [PATCH 1/3] Update src/app/for-creators/page.tsx --- src/app/for-creators/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/for-creators/page.tsx b/src/app/for-creators/page.tsx index 0e6088f..1d47e04 100644 --- a/src/app/for-creators/page.tsx +++ b/src/app/for-creators/page.tsx @@ -50,15 +50,15 @@ export default function ForCreatorsPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface_23-2148616509.jpg", imageAlt: "Creator Application Dashboard"}, + imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface_23-2148616509.jpg?_wi=2", imageAlt: "Creator Application Dashboard"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-manager-working-with-report-data_1262-3723.jpg", imageAlt: "Creator Finance Analytics"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-manager-working-with-report-data_1262-3723.jpg?_wi=2", imageAlt: "Creator Finance Analytics"}, { - imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147904147.jpg", imageAlt: "IP Valuation Report"}, + imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147904147.jpg?_wi=2", imageAlt: "IP Valuation Report"}, { - imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148360995.jpg", imageAlt: "Capital Distribution Portal"}, + imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148360995.jpg?_wi=2", imageAlt: "Capital Distribution Portal"}, { - imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-office-used-as-financial-insurance-agency-headquarters_482257-106441.jpg", imageAlt: "Creator Success Tools"}, + imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-office-used-as-financial-insurance-agency-headquarters_482257-106441.jpg?_wi=2", imageAlt: "Creator Success Tools"}, ]} /> @@ -82,7 +82,7 @@ export default function ForCreatorsPage() { title: "Diverse Income Streams", description: "Platform monetization, sponsorships, licensing, merchandise—multiple revenue channels reduce risk and increase valuation.", icon: CheckCircle, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/networking-concept-still-life-arrangement_23-2149035784.jpg" + imageSrc="http://img.b2bpic.net/free-photo/networking-concept-still-life-arrangement_23-2149035784.jpg?_wi=2" imagePosition="left" textboxLayout="default" useInvertedBackground={false} -- 2.49.1 From f973b3cd61dcb8393c7c7c5b41ee6c04e9a0891f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 09:47:19 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b696e7..e690b36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,15 +63,15 @@ export default function HomePage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface_23-2148616509.jpg", imageAlt: "PAXA Scout Intelligence Platform Dashboard"}, + imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface_23-2148616509.jpg?_wi=1", imageAlt: "PAXA Scout Intelligence Platform Dashboard"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-manager-working-with-report-data_1262-3723.jpg", imageAlt: "Creator IP Valuation Analytics"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-manager-working-with-report-data_1262-3723.jpg?_wi=1", imageAlt: "Creator IP Valuation Analytics"}, { - imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147904147.jpg", imageAlt: "Portfolio Performance Metrics"}, + imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147904147.jpg?_wi=1", imageAlt: "Portfolio Performance Metrics"}, { - imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148360995.jpg", imageAlt: "Creator Capital Distribution"}, + imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148360995.jpg?_wi=1", imageAlt: "Creator Capital Distribution"}, { - imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-office-used-as-financial-insurance-agency-headquarters_482257-106441.jpg", imageAlt: "Financial Infrastructure Interface"}, + imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-office-used-as-financial-insurance-agency-headquarters_482257-106441.jpg?_wi=1", imageAlt: "Financial Infrastructure Interface"}, ]} /> @@ -116,7 +116,7 @@ export default function HomePage() { title: "Proven Model", description: "AHD Ventures demonstrates the full potential: retail brand + TV production + diversified IP.", icon: CheckCircle, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/networking-concept-still-life-arrangement_23-2149035784.jpg" + imageSrc="http://img.b2bpic.net/free-photo/networking-concept-still-life-arrangement_23-2149035784.jpg?_wi=1" imagePosition="right" textboxLayout="default" useInvertedBackground={false} -- 2.49.1 From 23b9a5fdfbe18e299317901a0b5fde45d8bb5d0f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 09:47:19 +0000 Subject: [PATCH 3/3] Update src/app/scout/page.tsx --- src/app/scout/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/scout/page.tsx b/src/app/scout/page.tsx index 2775f0b..5a5fcf9 100644 --- a/src/app/scout/page.tsx +++ b/src/app/scout/page.tsx @@ -49,15 +49,15 @@ export default function ScoutPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface_23-2148616509.jpg", imageAlt: "PAXA Scout Intelligence Platform"}, + imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface_23-2148616509.jpg?_wi=3", imageAlt: "PAXA Scout Intelligence Platform"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-manager-working-with-report-data_1262-3723.jpg", imageAlt: "Creator Asset Analytics"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-manager-working-with-report-data_1262-3723.jpg?_wi=3", imageAlt: "Creator Asset Analytics"}, { - imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147904147.jpg", imageAlt: "Portfolio Analysis Dashboard"}, + imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147904147.jpg?_wi=3", imageAlt: "Portfolio Analysis Dashboard"}, { - imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148360995.jpg", imageAlt: "IP Valuation Metrics"}, + imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148360995.jpg?_wi=3", imageAlt: "IP Valuation Metrics"}, { - imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-office-used-as-financial-insurance-agency-headquarters_482257-106441.jpg", imageAlt: "Financial Intelligence Platform"}, + imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-office-used-as-financial-insurance-agency-headquarters_482257-106441.jpg?_wi=3", imageAlt: "Financial Intelligence Platform"}, ]} /> @@ -81,7 +81,7 @@ export default function ScoutPage() { title: "Valuation Models", description: "Institutional pricing: comparable revenue multiples, DCF analysis on creator earnings, comparable transaction analysis.", icon: Zap, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/networking-concept-still-life-arrangement_23-2149035784.jpg" + imageSrc="http://img.b2bpic.net/free-photo/networking-concept-still-life-arrangement_23-2149035784.jpg?_wi=3" imagePosition="right" textboxLayout="default" useInvertedBackground={false} -- 2.49.1