@@ -20,7 +20,7 @@ interface LinkItem {
2020// Support links section
2121const supportLinks : LinkItem [ ] = [
2222 {
23- name : 'Tip the Pythoness ☕' ,
23+ name : 'One-Time Tip ☕' ,
2424 url : 'https://buy.stripe.com/eVaeWq6303RIejK28g' ,
2525 color : 'bg-white/10 hover:bg-white/20'
2626 } ,
@@ -52,27 +52,33 @@ export default function SupportPage() {
5252 < h1 className = "font-display text-3xl md:text-4xl text-white mb-2" > Pythoness Programmer</ h1 >
5353 </ Link >
5454 < p className = "text-white/80 max-w-2xl mx-auto text-lg" >
55- Your support keeps me on my digital psychic quest, making tech accessible and empowering for everyone.
55+ Every resource I create is free. Every tutorial, every tool, every insight—available to anyone who needs it.
56+ Your support makes that possible.
5657 </ p >
5758 </ div >
5859
59- { /* Personal Story Section */ }
60+ { /* Value Proposition Section */ }
6061 < div className = "bg-white/10 backdrop-blur-md border border-white/20 rounded-lg p-6 mb-8 max-w-2xl" >
61- < h2 className = "font-display text-xl text-white mb-4 text-center" > Why Your Support Matters Right Now </ h2 >
62+ < h2 className = "font-display text-xl text-white mb-4 text-center" > Keep the Free Resources Flowing </ h2 >
6263 < div className = "text-white/90 space-y-4 text-left" >
6364 < p >
64- We're currently in a government shutdown, and I've been out of work since January 2025. This is all I do now .
65- As someone navigating the SSDI process while my husband works as a federal employee, our income depends on
66- government budget approvals. We're in the middle of another long furlough with no end in sight .
65+ I believe technology education should be accessible to everyone—no paywalls, no gatekeeping, no barriers .
66+ That's why everything I create is free: coding tutorials, accessibility guides, neurodivergent-friendly tools,
67+ and resources that help people navigate the digital world with confidence .
6768 </ p >
6869 < p >
69- I have no 401K, no savings to fall back on. Your contributions literally help me pay my bills, keep the lights on,
70- continue my research into accessible technology, and yes, keep my cats fed with their favorite treats.
71- More importantly, they let me keep creating content, tools, and resources that make technology more approachable
72- for neurodivergent folks and everyone who's ever felt overwhelmed by the digital world.
70+ Creating high-quality, free content takes time, research, and resources. Your support directly enables me to:
7371 </ p >
72+ < ul className = "list-disc list-inside space-y-2 ml-4 text-white/90" >
73+ < li > Continue producing free tutorials and guides</ li >
74+ < li > Develop new tools and resources for the community</ li >
75+ < li > Research and share accessibility best practices</ li >
76+ < li > Maintain and improve existing free resources</ li >
77+ < li > Keep creating content that makes tech less intimidating</ li >
78+ </ ul >
7479 < p className = "text-brand-green-accent font-medium" >
75- Every coffee, every tip, every share makes a real difference in keeping this mission alive during this difficult time.
80+ When you support this work, you're not just supporting me—you're ensuring these resources stay free
81+ and accessible for everyone who needs them.
7682 </ p >
7783 </ div >
7884 </ div >
@@ -81,9 +87,10 @@ export default function SupportPage() {
8187 < div className = "w-full space-y-8" >
8288 { supportLinks . length > 0 && (
8389 < div className = "space-y-3" >
84- < h2 className = "font-display text-xl text-white text-center" > Ways to Support</ h2 >
90+ < h2 className = "font-display text-xl text-white text-center" > Choose Your Support Method </ h2 >
8591 < p className = "text-white/80 text-sm text-center mb-3" >
86- Every contribution, no matter the size, helps keep this mission going.
92+ Whether it's the price of a coffee or a monthly contribution, your support directly fuels more free content
93+ for the community. Every amount makes a difference.
8794 </ p >
8895 { /* Direct support usernames */ }
8996 < div className = "grid grid-cols-1 md:grid-cols-3 gap-3" >
0 commit comments