Skip to content

Commit 19d7e97

Browse files
committed
digital psychic language finalized
1 parent 0c4c9d0 commit 19d7e97

16 files changed

Lines changed: 204 additions & 162 deletions

content/home/contact.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@ id: "contact"
33
title: "Let's Connect & Problem-Solve Together"
44
description: "Every digital challenge is an opportunity to learn, grow, and create something exceptional. Let's work together to find your path to tech confidence."
55
services:
6-
- title: "20-Minute Software Psychic Session"
6+
- title: "20-Minute Digital Psychic Session"
77
price: "$30"
8-
description: "A focused 20-minute session to optimize your software tools and workflow. We'll start and end with a tarot card pull to guide our session."
8+
description: "A focused 20-minute session to optimize your digital tools and workflow. We'll start and end with a tarot card pull to guide our session."
99
features:
1010
- "Tarot card pull at start and end"
11-
- "Quick software problem-solving"
11+
- "Quick digital problem-solving"
1212
- "Workflow optimization"
1313
- "Actionable recommendations"
1414
ctaText: "Book 20-Minute Session"
1515
ctaLink: "https://cal.com/pythoness/20min"
16-
- title: "60-Minute Software Psychic Session"
16+
- title: "60-Minute Digital Psychic Session"
1717
price: "$60"
18-
description: "Extended time for comprehensive software problem-solving, system design, and workflow optimization. We'll start and end with a tarot card pull to guide our session. Perfect for neurodivergent creatives and small businesses who need more time to explore solutions."
18+
description: "Extended time for comprehensive digital problem-solving, system design, and workflow optimization. We'll start and end with a tarot card pull to guide our session. Perfect for small business owners who want to find their tech stack simple, easy, and functional—so you can manage it yourself without needing a regular IT person on-call."
1919
features:
2020
- "Tarot card pull at start and end"
21-
- "Extended software problem-solving"
21+
- "Extended digital problem-solving"
2222
- "Deep workflow analysis & design"
2323
- "Tool evaluation & recommendations"
2424
- "Strategic planning & next steps"
25-
- "Perfect for neurodivergent creatives"
25+
- "Perfect for small business owners"
2626
ctaText: "Book 60-Minute Session"
2727
ctaLink: "https://cal.com/pythoness/60min"
2828
why:

content/home/hero.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tagline: "Tech Clarified | Empowering Digital Confidence"
44
mainText: "Tech doesn't have to be overwhelming. Together, we'll turn your digital challenges into opportunities for growth, learning, and (yes!) even fun."
55
subText: "From coaching to coding to crafting, I blend technical expertise with creative problem-solving to help you build a digital presence that feels authentically yours."
66
buttons:
7-
- text: "Book a Software Psychic Session"
7+
- text: "Book a Digital Psychic Session"
88
href: "https://cal.com/pythoness/20min"
99
primary: true
1010
- text: "View Services"

content/home/services.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,29 @@ id: "services"
33
title: "Your Digital Journey, Your Way"
44
description: "Everyone learns and grows differently. I'm here to help you discover your own path to digital confidence, with a healthy dose of humor and zero judgment along the way."
55
mainServices:
6-
- title: "20-Minute Software Psychic Session"
6+
- title: "20-Minute Digital Psychic Session"
77
subtitle: "Quick Guidance & Ideation"
88
features:
99
- "Tarot card pull at start and end of session"
10-
- "Quick software problem-solving and ideation"
10+
- "Quick digital problem-solving and ideation"
1111
- "Tool and workflow recommendations"
1212
- "Post-session email with actionable suggestions and resources"
13-
- "A framework for making future software decisions with confidence"
13+
- "A framework for making future digital decisions with confidence"
1414
price: "$30"
15-
description: "Transform your software workflow with this focused 20-minute consultation (over Zoom) where we'll examine your current software challenges, identify opportunities, and discover solutions. We'll start and end with a tarot card pull to guide our session. I'll help you evaluate which tools truly serve your needs and which might be creating unnecessary friction in your day-to-day operations."
15+
description: "Transform your digital workflow with this focused 20-minute consultation (over Zoom) where we'll examine your current digital challenges, identify opportunities, and discover solutions. We'll start and end with a tarot card pull to guide our session. I'll help you evaluate which tools truly serve your needs and which might be creating unnecessary friction in your day-to-day operations."
1616
ctaLink: "https://cal.com/pythoness/20min"
1717
ctaText: "Book Now"
18-
- title: "60-Minute Software Psychic Session"
18+
- title: "60-Minute Digital Psychic Session"
1919
subtitle: "Extended Problem-Solving & Design"
2020
features:
2121
- "Tarot card pull at start and end of session"
22-
- "Extended software problem-solving"
22+
- "Extended digital problem-solving"
2323
- "Deep workflow analysis & design"
2424
- "Tool evaluation & recommendations"
2525
- "Strategic planning & next steps"
26-
- "Perfect for neurodivergent creatives"
26+
- "Perfect for small business owners"
2727
price: "$60"
28-
description: "Extended time for comprehensive software problem-solving, system design, and workflow optimization. We'll start and end with a tarot card pull to guide our session. Perfect for neurodivergent creatives and small businesses who need more time to explore solutions."
28+
description: "Extended time for comprehensive digital problem-solving, system design, and workflow optimization. We'll start and end with a tarot card pull to guide our session. Perfect for small business owners who want to find their tech stack simple, easy, and functional—so you can manage it yourself without needing a regular IT person on-call."
2929
highlight: true
3030
ctaLink: "https://cal.com/pythoness/60min"
3131
ctaText: "Book Now"

src/app/about/page.tsx

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
import Image from 'next/image'
22
import Link from 'next/link'
33
import ServiceCard from '../../components/ServiceCard'
4+
import { calculateYearsOfExperience } from '@/lib/utils'
45

56
export const metadata = {
67
title: 'About Amanda | Pythoness Programmer',
78
description: 'Learn about Amanda Nelson, the Pythoness Programmer. Tech coaching and development services with a focus on neurodivergent-friendly approaches and digital confidence.',
89
}
910

1011
export default function AboutPage() {
12+
// Calculate years of experience (automatically updates)
13+
const softwareEngineeringYears = calculateYearsOfExperience(2021, 10) // Started October 2021
14+
const communicationsYears = calculateYearsOfExperience(2011, 1) // Started January 2011
15+
1116
return (
1217
<main className="min-h-screen">
1318
{/* Hero Section */}
@@ -21,19 +26,19 @@ export default function AboutPage() {
2126
I&apos;m Amanda, the Pythoness
2227
</h1>
2328
<p className="text-xl text-brand-cream/90 leading-relaxed">
24-
I help neurodivergent creatives and small businesses build digital fluency through thoughtful tech guidance and brain-friendly workflows.
29+
I help small business owners find their tech stack simple, easy, and functional—so you can manage it yourself without needing a regular IT person &quot;on-call.&quot;
2530
</p>
2631
<p className="text-lg text-brand-cream/80 mt-4">
27-
With 3 years of software engineering experience and 10+ years in communications, customer service, and business operations, I bring a unique perspective to tech challenges. My background spans access control security, training and hiring, managing, scheduling, order fulfillment, law settlements and recalls—experience that translates tremendously to understanding how businesses actually work and how systems are designed to succeed or fail.
32+
With {softwareEngineeringYears} years of software engineering experience and {communicationsYears}+ years in communications, customer service, and business operations, I bring a unique perspective to tech challenges. My background spans access control security, training and hiring, managing, scheduling, order fulfillment, law settlements and recalls—experience that translates tremendously to understanding how businesses actually work and how systems are designed to succeed or fail.
2833
</p>
2934
</div>
3035

3136
<div className="space-y-4">
3237
<p className="text-lg text-brand-cream/80">
33-
With experience across both technical and operational systems, I understand the overwhelm that comes with too many tools and not enough clarity.
38+
What makes me unique? I don&apos;t want you dependent on me—I want you independent and confident. My goal is to help you build a tech stack that&apos;s simple enough to manage yourself, powerful enough to grow your business, and flexible enough to adapt as you evolve.
3439
</p>
3540
<p className="text-lg text-brand-cream/80">
36-
My approach is rooted in empathy, accessibility, and the belief that technology should work for you, not against you.
41+
My approach is rooted in empathy, accessibility, and the belief that technology should work for you, not against you. No more feeling like you need an IT person on speed dial—just clear, practical solutions you can understand and maintain.
3742
</p>
3843
</div>
3944

@@ -102,10 +107,13 @@ export default function AboutPage() {
102107
</p>
103108

104109
<p>
105-
Today, I combine my technical expertise with deep empathy for the neurodivergent experience to help others build digital fluency, support digital wellbeing, and create workflows that actually feel comfortable for your unique brain. My approach comes from a place of deep inner knowledge and connected insights from my background in sociology, civics, politics, and human rights.
110+
Today, I combine my technical expertise with deep empathy for the neurodivergent experience to help small business owners build digital fluency, support digital wellbeing, and create workflows that actually feel comfortable for your unique brain. My approach comes from a place of deep inner knowledge and connected insights from my background in sociology, civics, politics, and human rights.
106111
</p>
107112
<p>
108-
Alongside my passion for making tech accessible, I&apos;ve had the privilege of working as a Software Engineer since 2021, when I completed a bootcamp and pivoted into tech. But my real superpower comes from my 10+ years in communications and customer service across access control security, training and hiring, managing, scheduling, order fulfillment (both in-person and online), law settlements and recalls, and other communication patterns. This diverse background translates tremendously to my tech work—I understand how businesses actually operate, how people communicate, and how systems are designed to work (or fail). My technical background means I bring not just empathy, but also deep operational insights and proven results to every project. But what truly sets me apart is my ability to see patterns others miss—connections across law, marketing, and tech that reveal how systems are designed to work, and where they&apos;re designed to fail.
113+
Alongside my passion for making tech accessible, I&apos;ve had the privilege of working as a Software Engineer since October 2021, when I completed a bootcamp and pivoted into tech. But my real superpower comes from my {communicationsYears}+ years in communications and customer service across access control security, training and hiring, managing, scheduling, order fulfillment (both in-person and online), law settlements and recalls, and other communication patterns. This diverse background translates tremendously to my tech work—I understand how businesses actually operate, how people communicate, and how systems are designed to work (or fail). My technical background means I bring not just empathy, but also deep operational insights and proven results to every project. But what truly sets me apart is my ability to see patterns others miss—connections across law, marketing, and tech that reveal how systems are designed to work, and where they&apos;re designed to fail.
114+
</p>
115+
<p>
116+
<strong>Who I serve:</strong> Small business owners who are tired of feeling dependent on IT support. You want a tech stack that&apos;s simple, easy to understand, and functional—something you can manage yourself without needing someone on-call. You&apos;re ready to take control of your technology, but you need guidance to get there. That&apos;s where I come in. I help you build systems you can actually understand and maintain, so you can focus on running your business instead of managing tech emergencies.
109117
</p>
110118
</div>
111119
</div>
@@ -116,7 +124,7 @@ export default function AboutPage() {
116124
<div className="max-w-7xl mx-auto">
117125
<div className="text-center mb-16">
118126
<h2 className="text-4xl md:text-5xl font-display mb-6 text-white">
119-
Why &quot;Software Psychic&quot;?
127+
Why &quot;Digital Psychic&quot;?
120128
</h2>
121129
<div className="flex items-center justify-center gap-4">
122130
<div className="h-px w-12 bg-gradient-to-r from-transparent via-white to-transparent"></div>
@@ -276,7 +284,7 @@ export default function AboutPage() {
276284
<div className="flex items-center justify-center gap-4">
277285
<div className="h-px w-12 bg-gradient-to-r from-transparent via-black to-transparent"></div>
278286
<p className="text-xl text-black/80 max-w-3xl">
279-
A comprehensive overview of my Software Psychic Sessions and how I can help you solve your own tech challenges through pattern recognition, spiritual insight, and deep technical understanding.
287+
A comprehensive overview of my Digital Psychic Sessions and how I can help you solve your own tech challenges through pattern recognition, spiritual insight, and deep technical understanding.
280288
<span className="block mt-2">
281289
I don&apos;t solve your problems—I help you solve your own. Through my unique blend of technical expertise, pattern recognition, and spiritual insight, I guide you to bring your vision to life.
282290
</span>
@@ -287,7 +295,7 @@ export default function AboutPage() {
287295

288296
<div className="grid grid-cols-1 md:grid-cols-2 gap-8">
289297
<ServiceCard
290-
title="20-Minute Software Psychic Session"
298+
title="20-Minute Digital Psychic Session"
291299
subtitle="Quick guidance & ideation"
292300
description="Perfect for specific questions, quick wins, or exploring new ideas. We'll start and end with a tarot card pull to guide our session."
293301
features={[
@@ -303,7 +311,7 @@ export default function AboutPage() {
303311
/>
304312

305313
<ServiceCard
306-
title="60-Minute Software Psychic Session"
314+
title="60-Minute Digital Psychic Session"
307315
subtitle="Extended problem-solving & design"
308316
description="Extended time for comprehensive software problem-solving, system design, and workflow optimization. We'll start and end with a tarot card pull to guide our session."
309317
features={[
@@ -337,7 +345,7 @@ export default function AboutPage() {
337345
target="_blank"
338346
className="inline-block bg-gradient-to-r from-brand-green-accent to-brand-green-accent/90 text-white px-8 py-4 rounded-lg hover:from-brand-green-accent/90 hover:to-brand-green-accent transition-all duration-300 shadow-brand-green-accent/20 text-lg font-semibold"
339347
>
340-
Book a Software Psychic Session
348+
Book a Digital Psychic Session
341349
</Link>
342350
<Link
343351
href="/services"

src/app/mutuals/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default function MutualsPage() {
5656
rel="noopener noreferrer"
5757
className="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-white bg-brand-green-accent hover:bg-opacity-90 transition-all duration-300 transform hover:scale-105 hover:shadow-lg shadow-brand-green-accent/20"
5858
>
59-
Book a Software Psychic Session
59+
Book a Digital Psychic Session
6060
</Link>
6161
</div>
6262

src/app/page.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ export default async function Home() {
9595
<p className="text-brand-cream/80 text-center mb-12">Interactive sessions with real-time guidance</p>
9696
<div className="grid grid-cols-1 md:grid-cols-2 gap-8">
9797
<ServiceCard
98-
title="20-Minute Software Psychic Session"
98+
title="20-Minute Digital Psychic Session"
9999
subtitle="Quick guidance and ideation"
100100
price="$30"
101-
description="Perfect for when you need quick guidance on a specific software challenge or want to explore working together. We'll start and end with a tarot card pull to guide our session."
101+
description="Perfect for when you need quick guidance on a specific digital challenge or want to explore working together. We'll start and end with a tarot card pull to guide our session."
102102
features={[
103103
"Tarot card pull at start and end",
104-
"Quick software problem-solving",
104+
"Quick digital problem-solving",
105105
"Tool and workflow recommendations",
106106
"Action plan with next steps",
107107
"Follow-up email with resources"
@@ -113,13 +113,13 @@ export default async function Home() {
113113
note="Great for specific questions or quick wins"
114114
/>
115115
<ServiceCard
116-
title="60-Minute Software Psychic Session"
116+
title="60-Minute Digital Psychic Session"
117117
subtitle="Extended problem-solving & design"
118118
price="$60"
119-
description="Extended time for comprehensive software problem-solving, system design, and workflow optimization. We'll start and end with a tarot card pull to guide our session."
119+
description="Extended time for comprehensive digital problem-solving, system design, and workflow optimization. We'll start and end with a tarot card pull to guide our session."
120120
features={[
121121
"Tarot card pull at start and end",
122-
"Extended software problem-solving",
122+
"Extended digital problem-solving",
123123
"Deep workflow analysis & design",
124124
"Tool evaluation & recommendations",
125125
"Strategic planning & next steps",

src/app/passwords/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -620,11 +620,11 @@ export default function PasswordsPage() {
620620
</p>
621621
<div className="bg-white/95 rounded-2xl p-6 space-y-4 mb-4">
622622
<div className="border-l-4 border-brand-green-accent pl-4">
623-
<h3 className="font-semibold text-brand-green-dark mb-2">20-Minute Software Psychic Session ($30)</h3>
624-
<p className="text-sm text-brand-green-dark">Perfect for quick guidance on specific software challenges</p>
623+
<h3 className="font-semibold text-brand-green-dark mb-2">20-Minute Digital Psychic Session ($30)</h3>
624+
<p className="text-sm text-brand-green-dark">Perfect for quick guidance on specific digital challenges</p>
625625
</div>
626626
<div className="border-l-4 border-brand-purple-accent pl-4">
627-
<h3 className="font-semibold text-brand-green-dark mb-2">60-Minute Software Psychic Session ($60)</h3>
627+
<h3 className="font-semibold text-brand-green-dark mb-2">60-Minute Digital Psychic Session ($60)</h3>
628628
<p className="text-sm text-brand-green-dark">Extended problem-solving and comprehensive system design</p>
629629
</div>
630630
</div>

0 commit comments

Comments
 (0)