You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "I philosophize with other decolonizing neurodivergents about how our tech struggles reveal what we've internalized and what our brains actually need. Reflection sessions, not rescue—pattern recognition and brain-friendly clarity.",
22
+
title: {
23
+
default: "Pythoness Programmer | Tech That Works, for People Like Us",
24
+
template: "%s | Pythoness Programmer",
25
+
},
26
+
description: "Reflection sessions, not rescue. I sit with neurodivergent creatives and small business owners in the aftermath of tech hurdles and ask: What is this struggle trying to teach you? Tarot-guided insight, pattern recognition, and brain-friendly clarity—so you don't make it a third time.",
description: "I philosophize with other decolonizing neurodivergents about how our tech struggles reveal what we've internalized and what our brains actually need. Reflection sessions, not rescue—pattern recognition and brain-friendly clarity.",
50
+
title: "Pythoness Programmer | Tech That Works, for People Like Us",
51
+
description: "Reflection sessions, not rescue. Tarot-guided reflection and pattern recognition for neurodivergent creatives and small business owners—so you don't make it a third time.",
Copy file name to clipboardExpand all lines: src/components/HeroCard.tsx
+20-13Lines changed: 20 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -9,25 +9,27 @@ export interface Button {
9
9
interfaceHeroCardProps{
10
10
title?: string;
11
11
mainText?: string;
12
+
paragraphs?: string[];
12
13
buttons?: Button[];
13
14
}
14
15
15
16
exportdefaultfunctionHeroCard({
16
17
title ="Tech That Works, for People Like Us",
17
-
mainText ="I philosophize with other decolonizing neurodivergents about how our tech struggles reveal what we've internalized and what our brains actually need. I'm not here to rescue you from tech emergencies—I'm here to sit with you in the aftermath and ask: What is this struggle trying to teach you?",
18
+
mainText,
19
+
paragraphs,
18
20
buttons =[
19
-
{
20
-
text: "Book a 20-Min Session",
21
-
href: "https://cal.com/pythoness/20min",
22
-
primary: true
23
-
},
24
-
{
25
-
text: "View Services",
26
-
href: "/services",
27
-
primary: false
28
-
}
21
+
{text: "Book a Session",href: "https://cal.com/pythoness/20min",primary: true},
22
+
{text: "See All Services",href: "/services",primary: false},
"For most of my life, I thought I was bad at systems. Turns out the systems were bad for my brain.",
28
+
"I'm Amanda — the Pythoness Programmer. I'm a late-identified neurodivergent, a Senior Software Engineer with 15+ years across communications, systems, and code, and someone who learned everything I now teach the hard way: in the middle of a pandemic bootcamp, a first engineering job, a new diagnosis, and a body that had been asking me to slow down for years before I finally listened.",
29
+
"I didn't find clarity through a productivity system. I found it through community, through decolonizing frameworks, through other neurodivergent people naming the patterns I'd been blaming on myself my whole life.",
30
+
"That's what I offer now. Not rescue. Reflection."
0 commit comments