From be27bf83727e2a8f484a8767318583bfd323dd84 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 09:45:19 +0000 Subject: [PATCH 1/2] Update src/app/for-creators/page.tsx --- src/app/for-creators/page.tsx | 103 +++++++++------------------------- 1 file changed, 27 insertions(+), 76 deletions(-) diff --git a/src/app/for-creators/page.tsx b/src/app/for-creators/page.tsx index 7d92fe2..7683945 100644 --- a/src/app/for-creators/page.tsx +++ b/src/app/for-creators/page.tsx @@ -50,25 +50,15 @@ export default function ForCreatorsPage() { ]} mediaItems={[ { - 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-vector/banking-app-interface_23-2148616509.jpg", imageAlt: "Creator Application Dashboard"}, { - 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-photo/close-up-manager-working-with-report-data_1262-3723.jpg", imageAlt: "Creator Finance Analytics"}, { - 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/admin-dashboard-panel-template_23-2147904147.jpg", imageAlt: "IP Valuation Report"}, { - 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-vector/professional-dashboard-user-panel_23-2148360995.jpg", imageAlt: "Capital Distribution Portal"}, { - 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", - }, + imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-office-used-as-financial-insurance-agency-headquarters_482257-106441.jpg", imageAlt: "Creator Success Tools"}, ]} /> @@ -80,27 +70,19 @@ export default function ForCreatorsPage() { tag="Creator Profile" bulletPoints={[ { - title: "$250K - $5M Annual Revenue", - description: "Demonstrated income from content, sponsorships, or platform monetization. We assess stability and growth trajectory.", - icon: TrendingUp, + title: "$250K - $5M Annual Revenue", description: "Demonstrated income from content, sponsorships, or platform monetization. We assess stability and growth trajectory.", icon: TrendingUp, }, { - title: "300+ Content Assets", - description: "Established content library. Whether videos, podcasts, or other IP—we need substantial catalog to analyze.", - icon: CheckCircle, + title: "300+ Content Assets", description: "Established content library. Whether videos, podcasts, or other IP—we need substantial catalog to analyze.", icon: CheckCircle, }, { - title: "Growing Audience", - description: "Consistent audience growth or stable engaged base. We look at platform metrics, demographics, and engagement depth.", - icon: Zap, + title: "Growing Audience", description: "Consistent audience growth or stable engaged base. We look at platform metrics, demographics, and engagement depth.", icon: Zap, }, { - title: "Diverse Income Streams", - description: "Platform monetization, sponsorships, licensing, merchandise—multiple revenue channels reduce risk and increase valuation.", - icon: CheckCircle, + 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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/networking-concept-still-life-arrangement_23-2149035784.jpg" imagePosition="left" textboxLayout="default" useInvertedBackground={false} @@ -114,54 +96,27 @@ export default function ForCreatorsPage() { tag="Financing Tiers" plans={[ { - id: "working-capital", - badge: "Launch Fast", - badgeIcon: Zap, - price: "$50K - $500K", - subtitle: "Immediate working capital against library assets", - buttons={[{ text: "Apply Now", href: "#" }]} - features={[ - "Non-recourse lending structure", - "Fast 4-6 week underwriting", - "No personal guarantees required", - "Flexible repayment through revenue share", - "Scale up anytime", - ]} + id: "working-capital", badge: "Launch Fast", badgeIcon: Zap, + price: "$50K - $500K", subtitle: "Immediate working capital against library assets", buttons: [{ text: "Apply Now", href: "#" }], + features: [ + "Non-recourse lending structure", "Fast 4-6 week underwriting", "No personal guarantees required", "Flexible repayment through revenue share", "Scale up anytime"] }, { - id: "growth-capital", - badge: "Scale Business", - badgeIcon: TrendingUp, - price: "$500K - $2M", - subtitle: "Strategic capital for platform expansion and team", - buttons={[{ text: "Schedule Call", href: "#" }]} - features={[ - "Portfolio-level financing", - "Professional content team funding", - "Distribution deal facilitation", - "Platform diversification capital", - "Active advisory partnership", - ]} + id: "growth-capital", badge: "Scale Business", badgeIcon: TrendingUp, + price: "$500K - $2M", subtitle: "Strategic capital for platform expansion and team", buttons: [{ text: "Schedule Call", href: "#" }], + features: [ + "Portfolio-level financing", "Professional content team funding", "Distribution deal facilitation", "Platform diversification capital", "Active advisory partnership"] }, { - id: "enterprise-capital", - badge: "Build Empire", - badgeIcon: CheckCircle, - price: "$2M+", - subtitle: "Creator HoldCo structuring with institutional backing", - buttons={[{ text: "Explore Model", href: "#" }]} - features={[ - "IP holding company formation", - "Equity preservation structure", - "Professional management team", - "Multi-asset portfolio construction", - "Exit planning and succession", - ]} + id: "enterprise-capital", badge: "Build Empire", badgeIcon: CheckCircle, + price: "$2M+", subtitle: "Creator HoldCo structuring with institutional backing", buttons: [{ text: "Explore Model", href: "#" }], + features: [ + "IP holding company formation", "Equity preservation structure", "Professional management team", "Multi-asset portfolio construction", "Exit planning and succession"] }, ]} + animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - animationType="slide-up" /> @@ -169,8 +124,7 @@ export default function ForCreatorsPage() { Date: Thu, 12 Mar 2026 09:45:19 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 211 ++++++++++------------------------------------- 1 file changed, 44 insertions(+), 167 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 26c01df..7ad4c9c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,25 +63,15 @@ export default function HomePage() { ]} mediaItems={[ { - 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-vector/banking-app-interface_23-2148616509.jpg", imageAlt: "PAXA Scout Intelligence Platform Dashboard"}, { - 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-photo/close-up-manager-working-with-report-data_1262-3723.jpg", imageAlt: "Creator IP Valuation Analytics"}, { - 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/admin-dashboard-panel-template_23-2147904147.jpg", imageAlt: "Portfolio Performance Metrics"}, { - 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-vector/professional-dashboard-user-panel_23-2148360995.jpg", imageAlt: "Creator Capital Distribution"}, { - 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", - }, + imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-office-used-as-financial-insurance-agency-headquarters_482257-106441.jpg", imageAlt: "Financial Infrastructure Interface"}, ]} /> @@ -94,22 +84,13 @@ export default function HomePage() { features={[ { id: 1, - title: "We Assess Your Library", - description: "PAXA Scout analyzes your content, audience, platform performance, and IP value using proprietary underwriting methodology. We treat your content library as a financial asset.", - imageSrc: "http://img.b2bpic.net/free-vector/business-infographic-template-with-photo_23-2148234010.jpg?_wi=1", - }, + title: "We Assess Your Library", description: "PAXA Scout analyzes your content, audience, platform performance, and IP value using proprietary underwriting methodology. We treat your content library as a financial asset.", imageSrc: "http://img.b2bpic.net/free-vector/business-infographic-template-with-photo_23-2148234010.jpg"}, { id: 2, - title: "Day 1 Capital", - description: "Non-recourse lending against your IP portfolio. Institutional-grade financing based on library value, not credit scores. Access working capital immediately. Repay through performance, not monthly bills.", - imageSrc: "http://img.b2bpic.net/free-vector/flat-financial-management-concept_23-2147675293.jpg?_wi=1", - }, + title: "Day 1 Capital", description: "Non-recourse lending against your IP portfolio. Institutional-grade financing based on library value, not credit scores. Access working capital immediately. Repay through performance, not monthly bills.", imageSrc: "http://img.b2bpic.net/free-vector/flat-financial-management-concept_23-2147675293.jpg"}, { id: 3, - title: "We Build Together", - description: "Active advisory on content optimization, licensing strategy, and platform diversification. Our team opens doors to FAST channels, AVOD distribution, and new revenue streams.", - imageSrc: "http://img.b2bpic.net/free-photo/golden-twirling-lines-dark-backdrop_23-2148055587.jpg?_wi=1", - }, + title: "We Build Together", description: "Active advisory on content optimization, licensing strategy, and platform diversification. Our team opens doors to FAST channels, AVOD distribution, and new revenue streams.", imageSrc: "http://img.b2bpic.net/free-photo/golden-twirling-lines-dark-backdrop_23-2148055587.jpg"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -123,27 +104,19 @@ export default function HomePage() { tag="Our Origin" bulletPoints={[ { - title: "Institutional Rigor", - description: "We apply the same underwriting discipline used in private equity to creator assets.", - icon: Shield, + title: "Institutional Rigor", description: "We apply the same underwriting discipline used in private equity to creator assets.", icon: Shield, }, { - title: "Creator Equity", - description: "You maintain ownership. We provide capital, strategy, and infrastructure—not extraction.", - icon: TrendingUp, + title: "Creator Equity", description: "You maintain ownership. We provide capital, strategy, and infrastructure—not extraction.", icon: TrendingUp, }, { - title: "Proprietary Technology", - description: "PAXA Scout is the Bloomberg Terminal for creator valuation. No comparable product exists.", - icon: Zap, + title: "Proprietary Technology", description: "PAXA Scout is the Bloomberg Terminal for creator valuation. No comparable product exists.", icon: Zap, }, { - title: "Proven Model", - description: "AHD Ventures demonstrates the full potential: retail brand + TV production + diversified IP.", - icon: CheckCircle, + 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?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/networking-concept-still-life-arrangement_23-2149035784.jpg" imagePosition="right" textboxLayout="default" useInvertedBackground={false} @@ -158,15 +131,7 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Ashton Hall", - "Isaac Keys", - "Gamma Records", - "Wahed", - "Vydia", - "YouTube Creators", - "Twitch Partners", - "Podcast Platforms", - ]} + "Ashton Hall", "Isaac Keys", "Gamma Records", "Wahed", "Vydia", "YouTube Creators", "Twitch Partners", "Podcast Platforms"]} speed={40} showCard={true} /> @@ -179,38 +144,11 @@ export default function HomePage() { tag="Success Stories" blogs={[ { - id: "ahd-ventures", - category: "Creator IP Holding", - title: "AHD Ventures: From Creator to Entrepreneur", - excerpt: "How we partnered with a top creator to build a retail brand, production company investment, and diversified IP portfolio—generating millions in new value.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-black-copybook-with-business-notes-dark-background_179666-19269.jpg?_wi=1", - imageAlt: "AHD Ventures Success Story", - authorName: "PAXA Team", - authorAvatar: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", - date: "Coming Soon", - }, + id: "ahd-ventures", category: "Creator IP Holding", title: "AHD Ventures: From Creator to Entrepreneur", excerpt: "How we partnered with a top creator to build a retail brand, production company investment, and diversified IP portfolio—generating millions in new value.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-black-copybook-with-business-notes-dark-background_179666-19269.jpg", imageAlt: "AHD Ventures Success Story", authorName: "PAXA Team", authorAvatar: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", date: "Coming Soon"}, { - id: "case-study-2", - category: "Creator Finance", - title: "Multi-Platform Scaling", - excerpt: "Creator library valued at $1.2M. PAXA provided capital to invest in production team, licensing deals, and platform expansion.", - imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885663.jpg?_wi=1", - imageAlt: "Multi-Platform Creator Success", - authorName: "PAXA Team", - authorAvatar: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", - date: "Coming Soon", - }, + id: "case-study-2", category: "Creator Finance", title: "Multi-Platform Scaling", excerpt: "Creator library valued at $1.2M. PAXA provided capital to invest in production team, licensing deals, and platform expansion.", imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885663.jpg", imageAlt: "Multi-Platform Creator Success", authorName: "PAXA Team", authorAvatar: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", date: "Coming Soon"}, { - id: "case-study-3", - category: "Audience Diversification", - title: "From Mono-Platform to Ecosystem", - excerpt: "Strategic capital deployment across YouTube, podcast, newsletter, and merchandise channels. Reduced platform risk. Increased revenue stability.", - imageSrc: "http://img.b2bpic.net/free-vector/gradient-newsletter-template_52683-137451.jpg?_wi=1", - imageAlt: "Creator Diversification Strategy", - authorName: "PAXA Team", - authorAvatar: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", - date: "Coming Soon", - }, + id: "case-study-3", category: "Audience Diversification", title: "From Mono-Platform to Ecosystem", excerpt: "Strategic capital deployment across YouTube, podcast, newsletter, and merchandise channels. Reduced platform risk. Increased revenue stability.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-newsletter-template_52683-137451.jpg", imageAlt: "Creator Diversification Strategy", authorName: "PAXA Team", authorAvatar: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", date: "Coming Soon"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -225,54 +163,27 @@ export default function HomePage() { tag="PAXA Capital" plans={[ { - id: "day-one", - badge: "Quick Capital", - badgeIcon: Zap, - price: "Fast Access", - subtitle: "Immediate working capital against library value", - buttons={[{ text: "Learn More", href: "/for-creators" }]} - features={[ - "Non-recourse lending structure", - "Based on IP asset valuation", - "Repay through performance", - "Institutional-grade underwriting", - "No monthly fixed costs", - ]} + id: "day-one", badge: "Quick Capital", badgeIcon: Zap, + price: "Fast Access", subtitle: "Immediate working capital against library value", buttons: [{ text: "Learn More", href: "/for-creators" }], + features: [ + "Non-recourse lending structure", "Based on IP asset valuation", "Repay through performance", "Institutional-grade underwriting", "No monthly fixed costs"] }, { - id: "growth-investment", - badge: "Growth Scale", - badgeIcon: TrendingUp, - price: "Custom Terms", - subtitle: "Strategic capital for multi-platform expansion", - buttons={[{ text: "Discuss Your Deal", href: "/for-creators" }]} - features={[ - "Portfolio-level financing", - "Content strategy advisory", - "Distribution partnerships", - "Platform diversification", - "Active management support", - ]} + id: "growth-investment", badge: "Growth Scale", badgeIcon: TrendingUp, + price: "Custom Terms", subtitle: "Strategic capital for multi-platform expansion", buttons: [{ text: "Discuss Your Deal", href: "/for-creators" }], + features: [ + "Portfolio-level financing", "Content strategy advisory", "Distribution partnerships", "Platform diversification", "Active management support"] }, { - id: "holding-company", - badge: "Enterprise Builder", - badgeIcon: CheckCircle, - price: "Structured Deal", - subtitle: "Build a creator-led IP holding company", - buttons={[{ text: "Explore Model", href: "/for-creators" }]} - features={[ - "IP HoldCo structuring", - "Equity preservation for creator", - "Professional management team", - "Multi-asset portfolio", - "Long-term value creation", - ]} + id: "holding-company", badge: "Enterprise Builder", badgeIcon: CheckCircle, + price: "Structured Deal", subtitle: "Build a creator-led IP holding company", buttons: [{ text: "Explore Model", href: "/for-creators" }], + features: [ + "IP HoldCo structuring", "Equity preservation for creator", "Professional management team", "Multi-asset portfolio", "Long-term value creation"] }, ]} + animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - animationType="slide-up" /> @@ -285,55 +196,25 @@ export default function HomePage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "Do I lose ownership of my content?", - content: "No. You maintain 100% ownership of your IP. PAXA provides capital and strategic support against the asset value of your library. We structure deals to preserve creator equity while unlocking financing.", - }, + id: "1", title: "Do I lose ownership of my content?", content: "No. You maintain 100% ownership of your IP. PAXA provides capital and strategic support against the asset value of your library. We structure deals to preserve creator equity while unlocking financing."}, { - id: "2", - title: "What's the catch?", - content: "No hidden fees. We win when you win. Our returns are tied to the performance of your assets. We're incentivized to grow your business, not extract value. Transparent underwriting, institutional terms.", - }, + id: "2", title: "What's the catch?", content: "No hidden fees. We win when you win. Our returns are tied to the performance of your assets. We're incentivized to grow your business, not extract value. Transparent underwriting, institutional terms."}, { - id: "3", - title: "How long does the process take?", - content: "From initial consultation to capital deployment: typically 4-8 weeks for standard deals. We handle the underwriting, legal structuring, and distribution partnerships. Your focus: creating content.", - }, + id: "3", title: "How long does the process take?", content: "From initial consultation to capital deployment: typically 4-8 weeks for standard deals. We handle the underwriting, legal structuring, and distribution partnerships. Your focus: creating content."}, { - id: "4", - title: "What if I want to exit the deal?", - content: "Creator-friendly terms. Most PAXA structures include clear exit paths and renegotiation clauses. We're building long-term partnerships, not trapping creators.", - }, + id: "4", title: "What if I want to exit the deal?", content: "Creator-friendly terms. Most PAXA structures include clear exit paths and renegotiation clauses. We're building long-term partnerships, not trapping creators."}, { - id: "5", - title: "How does PAXA Scout value my library?", - content: "PAXA Scout analyzes content performance, audience demographics, platform growth trends, licensing potential, and diversification opportunities. It applies institutional valuation methodology—treating your library like a performing bond portfolio.", - }, + id: "5", title: "How does PAXA Scout value my library?", content: "PAXA Scout analyzes content performance, audience demographics, platform growth trends, licensing potential, and diversification opportunities. It applies institutional valuation methodology—treating your library like a performing bond portfolio."}, { - id: "6", - title: "What's the minimum creator profile for PAXA?", - content: "$250K to $5M in annual revenue. Established catalog (300+ videos). Demonstrated audience. We focus on creators with real business traction who need institutional-grade capital and strategic support.", - }, + id: "6", title: "What's the minimum creator profile for PAXA?", content: "$250K to $5M in annual revenue. Established catalog (300+ videos). Demonstrated audience. We focus on creators with real business traction who need institutional-grade capital and strategic support."}, { - id: "7", - title: "Can international creators apply?", - content: "Yes. We're expanding globally and work with creators across US, EU, APAC, and beyond. Specific tax and regulatory structures may apply based on your location.", - }, + id: "7", title: "Can international creators apply?", content: "Yes. We're expanding globally and work with creators across US, EU, APAC, and beyond. Specific tax and regulatory structures may apply based on your location."}, { - id: "8", - title: "How is my data protected?", - content: "Institutional-grade security. We comply with GDPR, SOC 2, and financial data protection standards. Your content analytics, audience data, and financial information are encrypted and handled with strict confidentiality.", - }, + id: "8", title: "How is my data protected?", content: "Institutional-grade security. We comply with GDPR, SOC 2, and financial data protection standards. Your content analytics, audience data, and financial information are encrypted and handled with strict confidentiality."}, { - id: "9", - title: "What happens if my channel performance declines?", - content: "Our deals are non-recourse against your personal assets. If library performance declines, PAXA absorbs the risk—we share the downside. We're incentivized to actively manage and grow your portfolio.", - }, + id: "9", title: "What happens if my channel performance declines?", content: "Our deals are non-recourse against your personal assets. If library performance declines, PAXA absorbs the risk—we share the downside. We're incentivized to actively manage and grow your portfolio."}, { - id: "10", - title: "How does PAXA differ from traditional talent agencies?", - content: "Talent agencies manage talent and negotiate deals. PAXA is financial infrastructure. We don't take a commission on your content or bookings. We provide capital, structuring, and strategic advisory to scale your business equity.", - }, + id: "10", title: "How does PAXA differ from traditional talent agencies?", content: "Talent agencies manage talent and negotiate deals. PAXA is financial infrastructure. We don't take a commission on your content or bookings. We provide capital, structuring, and strategic advisory to scale your business equity."}, ]} faqsAnimation="slide-up" /> @@ -343,8 +224,7 @@ export default function HomePage() {