Skip to content

Commit c674ed9

Browse files
committed
Clarify offerings and remove community plans
Refine site messaging to emphasize reflection sessions (not custom web/software development), remove plans for a separate Pythoness Network community, and update CTAs and supporting copy across the site. Changes touch pages, components, blog posts, and the Site Copy & Voice Guide: adjust phrasing to "other decolonizing neurodivergents", remove community-launch references/bullets, retitle Week 2 content, update CTA copy (including booking button text to "Book a 20-Min Session"), and expand the voice guide with canonical phrases, offering definitions, and support/payment details to align brand voice and offerings.
1 parent 1d5f557 commit c674ed9

13 files changed

Lines changed: 49 additions & 37 deletions

File tree

src/app/about/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { calculateYearsOfExperience } from '@/lib/utils'
44

55
export const metadata = {
66
title: 'About Amanda | Pythoness Programmer',
7-
description: 'I philosophize with decolonizing neurodivergents about how our tech struggles reveal what we\'ve internalized and what our brains actually need. Reflection, pattern recognition, and brain-friendly clarity—not rescue.',
7+
description: 'I philosophize with other decolonizing neurodivergents about how our tech struggles reveal what we\'ve internalized and what our brains actually need. Reflection, pattern recognition, and brain-friendly clarity—not rescue.',
88
}
99

1010
export default function AboutPage() {
@@ -43,7 +43,7 @@ export default function AboutPage() {
4343
I don't swoop in with quick fixes. I guide you through reflection and pattern recognition so you understand why your systems keep breaking—and discover new pathways forward.
4444
</p>
4545
<p className="text-lg text-brand-cream/80">
46-
With {softwareEngineeringYears} years of software engineering and {communicationsYears}+ years in communications, customer service, and business operations, I bring deep technical expertise plus a lens for how systems are designed to work—or fail. My sessions blend that expertise with tarot-guided intuition and neurodivergent-centered design. We start and end with a tarot pull to guide our reflection.
46+
With {softwareEngineeringYears} years of software engineering and {communicationsYears}+ years in communications, customer service, and business operations, I bring deep technical expertise plus a lens for how systems are designed to work—or fail. That background informs my coaching; I don&apos;t build custom websites or software for clients under this brand. My sessions blend that expertise with tarot-guided intuition and neurodivergent-centered design. We start and end with a tarot pull to guide our reflection.
4747
</p>
4848
</div>
4949

src/app/layout.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const norwester = localFont({
2020
export const metadata: Metadata = {
2121
metadataBase: new URL('https://pythonessprogrammer.com'),
2222
title: "Pythoness Programmer | Tech Coaching & Reflection Sessions",
23-
description: "I philosophize with 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.",
23+
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.",
2424
keywords: [
2525
"Tech Coaching",
2626
"Software Psychic",
@@ -33,8 +33,8 @@ export const metadata: Metadata = {
3333
"Decolonizing Tech",
3434
"Tech That Works for People Like Us",
3535
"LGBTQIA+ Affirming",
36-
"Judgment-free Tech Support",
37-
"Tech Consultation",
36+
"Judgment-free tech coaching",
37+
"Reflection sessions",
3838
"Digital Fluency",
3939
"Amanda Nelson",
4040
"Pythoness Programmer"
@@ -43,7 +43,7 @@ export const metadata: Metadata = {
4343
creator: "Pythoness Programmer",
4444
openGraph: {
4545
title: "Pythoness Programmer | Tech Coaching & Reflection Sessions",
46-
description: "I philosophize with 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.",
46+
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.",
4747
type: "website",
4848
url: '/',
4949
siteName: 'Pythoness Programmer',

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import NewsletterCard from '../components/NewsletterCard'
77

88
export const metadata = {
99
title: 'Pythoness Programmer | Tech Coaching & Reflection Sessions',
10-
description: 'I philosophize with 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.',
10+
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.',
1111
other: {
1212
'p:domain_verify': '18888270799e128d4d49644962be5ab6'
1313
}

src/app/resources/page.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export default function ResourcesPage() {
111111
</h3>
112112
<p className="text-brand-green-dark/80 mb-6 max-w-2xl mx-auto">
113113
I&apos;m developing comprehensive courses, workshops, and premium tools to support your digital wellness journey.
114-
These will include deeper dive content, community access, and personalized support.
114+
These will include deeper dive content and personalized support.
115115
</p>
116116
<div className="space-y-3 mb-8">
117117
<div className="flex items-center justify-center text-brand-green-dark text-sm">
@@ -126,10 +126,6 @@ export default function ResourcesPage() {
126126
<span className="w-2 h-2 bg-brand-green-accent rounded-full mr-2"></span>
127127
Premium tools and templates
128128
</div>
129-
<div className="flex items-center justify-center text-brand-green-dark text-sm">
130-
<span className="w-2 h-2 bg-brand-green-accent rounded-full mr-2"></span>
131-
Community access and peer support
132-
</div>
133129
</div>
134130
<Link
135131
href="https://newsletter.pythonessprogrammer.com"

src/app/services/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PainPointsCard from '../../components/PainPointsCard'
55

66
export const metadata = {
77
title: 'Services | Pythoness Programmer',
8-
description: 'I philosophize with decolonizing neurodivergents about how our tech struggles reveal what we\'ve internalized and what our brains actually need. Reflection sessions with tarot-guided insight and pattern recognition—not troubleshooting rescue.',
8+
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 with tarot-guided insight and pattern recognition—not troubleshooting rescue.',
99
}
1010

1111
export default function ServicesPage() {

src/app/tech-boundaries/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,9 @@ export default function TechBoundariesPage(): ReactNode {
298298

299299
{/* Week 2 */}
300300
<div className="bg-brand-green-dark/10 p-6 rounded-lg">
301-
<h3 className="text-2xl font-display mb-4 text-brand-green-dark mt-1">Week 2: Pythoness Network Launch</h3>
301+
<h3 className="text-2xl font-display mb-4 text-brand-green-dark mt-1">Week 2: Digital Environments That Amplify Creativity</h3>
302302
<p className="text-brand-green-dark mb-4">
303-
Launching the FREE Slack community and exploring how to create digital environments that amplify creativity instead of draining it.
303+
Exploring how to create digital environments that amplify creativity instead of draining it.
304304
</p>
305305
<div className="flex flex-wrap gap-4">
306306
<Link

src/app/vibe-coding-cheatsheet/components/CallToAction.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default function CallToAction() {
1414
Need More Support?
1515
</h2>
1616
<p className="mb-4 text-white">
17-
Ready to level up your coding experience? Explore our services to find the perfect support for your development journey.
17+
Ready to level up your coding experience? Explore reflection sessions and resources for tailored support on your tech and creative journey.
1818
</p>
1919
<div
2020
className="flex items-center justify-between mb-6"

src/components/ForeverTopicsCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ interface ForeverTopicsCardProps {
1313

1414
export default function ForeverTopicsCard({
1515
title = "Building Our Digital Confidence, Together",
16-
description = "These are the core practices we build together in our community. We can also explore them in our sessions.",
16+
description = "These are the core practices we explore together in reflection sessions and through the newsletter and resources.",
1717
topics = [
1818
{
1919
title: "Workflow Optimization",

src/components/HeroCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function HeroCard({
1717
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?",
1818
buttons = [
1919
{
20-
text: "Book a Session",
20+
text: "Book a 20-Min Session",
2121
href: "https://cal.com/pythoness/20min",
2222
primary: true
2323
},

src/content/blog/posts/digital-spring-cleaning-deepening-our-grit-journey.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@ In my research on digital spaces that energize rather than deplete, I've found s
8585

8686
The most effective digital communities tend to be focused around specific interests rather than broad social platforms. Micro-communities with fewer than 100 active members often feel more manageable and meaningful, while spaces with clear community guidelines and active moderation create the psychological safety needed to participate authentically.
8787

88-
This research has inspired me to begin planning a Pythoness Network Slack Community with specialized interest channels, which I'm aiming to launch this fall. I envision a space where we can share digital organization strategies, workflow tips, and support one another's GRIT journeys in a more interactive way.
89-
90-
In the meantime, I'd love to see how you're applying the GRIT Framework to your digital spring cleaning!
88+
This research has me thinking about how we can share digital organization strategies and workflow tips in the spaces we already have—the newsletter, the blog, and the conversations we have there. I'd love to see how you're applying the GRIT Framework to your digital spring cleaning!
9189

9290
## Personal Update: Digital Organization Reality Check
9391

0 commit comments

Comments
 (0)