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
Copy file name to clipboardExpand all lines: content/home/contact.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,10 @@ description: "Every digital challenge is an opportunity to learn, grow, and crea
5
5
services:
6
6
- title: "20-Minute Async Reflection"
7
7
price: "$75"
8
-
duration: "Async · written"
9
-
description: "Written tarot-informed guidance on one focused question—no live call. Delivered within 3 business days of complete intake or by your selected delivery time."
8
+
duration: "Async · video"
9
+
description: "Private tarot-guided video on one focused question—no live call. Delivered within 3 business days of complete intake or by your selected delivery deadline."
Copy file name to clipboardExpand all lines: content/home/services.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,14 @@ title: "Your Digital Journey, Your Way"
4
4
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."
5
5
mainServices:
6
6
- title: "20-Minute Async Reflection"
7
-
subtitle: "Written guidance — no live call"
7
+
subtitle: "Private video — no live call"
8
8
features:
9
-
- "Written tarot-informed reading on one focused question"
9
+
- "Tarot-guided video recording on one focused question"
10
10
- "Software, business strategy, creative blocks"
11
11
- "Delivered within 3 business days of complete intake (or by your booking deadline)"
12
-
- "Reread on your own time"
12
+
- "Watch and rewatch on your own time"
13
13
price: "$75"
14
-
description: "Share context through the intake; receive a clear written reading—no meeting to coordinate. Non-refundable once booked."
14
+
description: "Share context through the intake; receive a private video link—no meeting to coordinate. Non-refundable once booked."
Copy file name to clipboardExpand all lines: src/app/async/page.tsx
+20-19Lines changed: 20 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,19 @@ import Link from 'next/link'
4
4
exportconstmetadata: Metadata={
5
5
title: '20-Minute Async Reflection - $75 | The Pythoness Programmer',
6
6
description:
7
-
'Written tarot-informed guidance for neurodivergent business owners—software, strategy, and creative decisions. No live call. Delivered on a clear timeline.',
7
+
'Private tarot-guided video for neurodivergent business owners—software, strategy, and creative decisions. No live call. Delivered on a clear timeline.',
8
8
openGraph: {
9
9
title: '20-Minute Async Reflection - $75',
10
10
description:
11
-
'Professional intuitive counsel in writing. One focused question, clear delivery, no meeting to coordinate.',
11
+
'Professional intuitive counsel as a private video. One focused question, clear delivery, no meeting to coordinate.',
12
12
type: 'website',
13
13
url: 'https://www.pythonessprogrammer.com/async',
14
14
},
15
15
twitter: {
16
16
card: 'summary_large_image',
17
17
title: '20-Minute Async Reflection - $75',
18
18
description:
19
-
'Written tarot-informed guidance for software, strategy, and creative blocks. Reflection, not rescue.',
19
+
'Private tarot-guided video for software, strategy, and creative blocks. Reflection, not rescue.',
20
20
},
21
21
}
22
22
@@ -30,12 +30,13 @@ export default function AsyncServicePage() {
Copy file name to clipboardExpand all lines: src/app/links/page.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -208,7 +208,7 @@ export default function LinksPage() {
208
208
I philosophize with other decolonizing neurodivergents about how our tech struggles reveal what we've internalized and what our brains actually need.
Live sessions start and end with a tarot pull; async is a written reading you can revisit. We name patterns and next steps—no hustle-culture script.
78
+
Live sessions start and end with a tarot pull; async is a recorded video you receive by link—watch on your own time. We name patterns and next steps—no hustle-culture script.
@@ -120,22 +120,22 @@ export default async function Home() {
120
120
<divclassName="max-w-2xl mx-auto">
121
121
<ServiceCard
122
122
title="20-Minute Async Reflection"
123
-
subtitle="Written reading — no live call"
123
+
subtitle="Private video — no live call"
124
124
price="$75"
125
-
description="You share one focused question or situation through the intake; I return a written, tarot-informed reading—clear, concrete, and respectful of your time. Delivered within 3 business days of a complete intake, or by the delivery time you select when booking."
125
+
description="You share context through the intake; I record a personalized tarot-guided video on one focused question—software, strategy, or creative blocks. Private link by email. Delivered within 3 business days of a complete intake, or by the delivery deadline you select when booking."
126
126
features={[
127
-
"Written guidance you can reread—no meeting to coordinate",
127
+
"Private video recording (watch and rewatch)",
128
+
"Tarot pull at start and end",
128
129
"Software, business strategy, and creative blocks",
129
-
"Pattern recognition without vague mysticism",
130
-
"Next-step angles that fit your capacity",
130
+
"No live meeting to coordinate",
131
131
]}
132
132
ctaLink="https://cal.com/pythoness/async"
133
133
ctaText="Book Async Reflection — $75"
134
-
icon="✉️"
134
+
icon="🎥"
135
135
highlight={true}
136
136
isNew={true}
137
137
textColor="text-brand-green-dark"
138
-
note="Non-refundable once booked. You're booking a delivery window, not a live video slot—confirm via email so delivery reaches you."
138
+
note="Non-refundable once booked. You're booking when your recorded video will be delivered—not a live call to join. Confirm via email so delivery reaches you."
0 commit comments