Skip to content

Commit 11fd09a

Browse files
committed
correct pricing
1 parent b02a0d5 commit 11fd09a

13 files changed

Lines changed: 30 additions & 30 deletions

File tree

content/home/contact.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
ctaText: "Book Live Reading"
2525
ctaLink: "https://scheduler.zoom.us/pythoness/20min"
2626
- title: "60-Minute Deep Dive"
27-
price: "$225"
27+
price: "$255"
2828
duration: "60 min · deep dive"
2929
description: "Extended intuitive business counsel with deeper pattern work. Optional 20-minute follow-up within 30 days."
3030
features:

content/home/process.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ subtitle: "Simple, Straightforward Support"
55
steps:
66
- number: "01"
77
title: "Book Your Call"
8-
description: "Choose async video ($75), 20-min live ($95), or 60-min deep dive ($225)—whatever fits your decision."
8+
description: "Choose async video ($75), 20-min live ($95), or 60-min deep dive ($255)—whatever fits your decision."
99
- number: "02"
1010
title: "Share Your Challenge"
1111
description: "Tell me about your tech struggles and what you want to achieve."

content/home/services.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ mainServices:
3030
- "Tarot pull at start and end"
3131
- "Deep pattern work across tech and operations"
3232
- "Optional 20-minute follow-up within 30 days"
33-
price: "$225"
33+
price: "$255"
3434
description: "For major transitions or intertwined decisions. Strategic guidance grounded in neurodivergent-centered practice."
3535
highlight: true
3636
ctaLink: "https://scheduler.zoom.us/pythoness/60min"

public/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link>https://pythonessprogrammer.com</link>
66
<description>Thoughts on technology, accessibility, and the human experience.</description>
77
<language>en</language>
8-
<lastBuildDate>Mon, 23 Mar 2026 03:16:20 GMT</lastBuildDate>
8+
<lastBuildDate>Mon, 23 Mar 2026 04:11:18 GMT</lastBuildDate>
99
<atom:link href="https://pythonessprogrammer.com/feed.xml" rel="self" type="application/rss+xml" />
1010

1111
<item>

src/app/links/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ export default function LinksPage() {
295295
rel="noopener noreferrer"
296296
className="inline-block bg-brand-green-accent/80 text-black px-6 py-3 rounded-lg font-medium hover:bg-opacity-90 transition-colors text-center"
297297
>
298-
Book Deep 60 min — $225
298+
Book Deep 60 min — $255
299299
</Link>
300300
</div>
301301
</div>

src/app/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default async function Home() {
6464
<div className="bg-white/5 backdrop-blur-sm rounded-2xl p-6 border border-white/10">
6565
<h3 className="text-xl font-display text-brand-green-accent mb-3">Book a session</h3>
6666
<p className="text-brand-cream/90">
67-
Async video reflection ($75), 20-minute live reading ($95), or 60-minute deep dive ($225). Pick what fits your decision.
67+
Async video reflection ($75), 20-minute live reading ($95), or 60-minute deep dive ($255). Pick what fits your decision.
6868
</p>
6969
</div>
7070
<div className="bg-white/5 backdrop-blur-sm rounded-2xl p-6 border border-white/10">
@@ -175,7 +175,7 @@ export default async function Home() {
175175
<ServiceCard
176176
title="60-Minute Deep Dive"
177177
subtitle="Extended intuitive business counsel"
178-
price="$225"
178+
price="$255"
179179
description="A full hour to go beneath the surface: patterns across tech, operations, and creative work, plus strategic guidance. Includes optional 20-minute follow-up within 30 days when you want to check in on what's landing."
180180
features={[
181181
"Tarot pull at start and end",
@@ -184,7 +184,7 @@ export default async function Home() {
184184
"Optional 20-minute follow-up consultation within 30 days",
185185
]}
186186
ctaLink={bookingUrls.deep60}
187-
ctaText="Book Deep Dive — $225"
187+
ctaText="Book Deep Dive — $255"
188188
icon="🔮"
189189
textColor="text-brand-cream"
190190
note="Best for major transitions or intertwined decisions"

src/app/passwords/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ export default function PasswordsPage() {
624624
<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 Deep Dive ($225)</h3>
627+
<h3 className="font-semibold text-brand-green-dark mb-2">60-Minute Deep Dive ($255)</h3>
628628
<p className="text-sm text-brand-green-dark">Extended problem-solving and comprehensive system design</p>
629629
</div>
630630
</div>

src/app/services/ServicesREADME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Canonical URLs live in `src/config/booking.ts`. Production defaults:
2323
- **Hub:** `https://scheduler.zoom.us/pythoness`
2424
- **Async video:** `https://scheduler.zoom.us/pythoness/async` — $75
2525
- **20 min live:** `https://scheduler.zoom.us/pythoness/20min` — $95
26-
- **60 min deep:** `https://scheduler.zoom.us/pythoness/60min` — $225
26+
- **60 min deep:** `https://scheduler.zoom.us/pythoness/60min` — $255
2727

2828
### Event Descriptions
2929
**20-Minute Digital Psychic Session**

src/app/services/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { bookingUrls } from '../../config/booking'
66
export const metadata = {
77
title: 'Services',
88
description:
9-
'Software Psychic sessions for neurodivergent business owners: async video reflection ($75), 20-minute live reading ($95), and 60-minute deep dive ($225). Tarot-informed intuitive counsel—not fortune-telling.',
9+
'Software Psychic sessions for neurodivergent business owners: async video reflection ($75), 20-minute live reading ($95), and 60-minute deep dive ($255). Tarot-informed intuitive counsel—not fortune-telling.',
1010
openGraph: {
1111
title: 'Services | Pythoness Programmer',
1212
description:
@@ -160,7 +160,7 @@ export default function ServicesPage() {
160160
<ServiceCard
161161
title="60-Minute Deep Dive"
162162
subtitle="Extended intuitive business counsel. Optional 20-minute follow-up within 30 days."
163-
price="$225"
163+
price="$255"
164164
description={
165165
<>
166166
<p>
@@ -191,7 +191,7 @@ export default function ServicesPage() {
191191
'Optional 20-minute follow-up consultation within 30 days',
192192
]}
193193
ctaLink={bookingUrls.deep60}
194-
ctaText="Book Deep Dive — $225"
194+
ctaText="Book Deep Dive — $255"
195195
icon="🔮"
196196
textColor="text-brand-cream"
197197
note={
@@ -380,7 +380,7 @@ export default function ServicesPage() {
380380
rel="noopener noreferrer"
381381
className="inline-block bg-white/10 border-2 border-brand-cream/30 text-brand-cream px-8 py-4 rounded-lg hover:bg-white/20 transition-all duration-300 text-lg font-semibold text-center"
382382
>
383-
Book Deep 60 — $225
383+
Book Deep 60 — $255
384384
</Link>
385385
<Link
386386
href="mailto:help@pythonessprogrammer.com"

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default function Footer() {
6060
<ul className="space-y-1" role="list" aria-label="Service links">
6161
<li><Link href={bookingUrls.async} target="_blank" rel="noopener noreferrer" className={footerLinkClass}>Async reflection — $75</Link></li>
6262
<li><Link href={bookingUrls.live20} target="_blank" rel="noopener noreferrer" className={footerLinkClass}>Live 20 min — $95</Link></li>
63-
<li><Link href={bookingUrls.deep60} target="_blank" rel="noopener noreferrer" className={footerLinkClass}>Deep dive 60 min — $225</Link></li>
63+
<li><Link href={bookingUrls.deep60} target="_blank" rel="noopener noreferrer" className={footerLinkClass}>Deep dive 60 min — $255</Link></li>
6464
<li><Link href="/affiliate-program" className={footerLinkClass}>Affiliate program</Link></li>
6565
</ul>
6666
</FooterSection>

0 commit comments

Comments
 (0)