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
@@ -175,7 +175,7 @@ export default async function Home() {
175
175
<ServiceCard
176
176
title="60-Minute Deep Dive"
177
177
subtitle="Extended intuitive business counsel"
178
-
price="$225"
178
+
price="$255"
179
179
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."
180
180
features={[
181
181
"Tarot pull at start and end",
@@ -184,7 +184,7 @@ export default async function Home() {
184
184
"Optional 20-minute follow-up consultation within 30 days",
185
185
]}
186
186
ctaLink={bookingUrls.deep60}
187
-
ctaText="Book Deep Dive — $225"
187
+
ctaText="Book Deep Dive — $255"
188
188
icon="🔮"
189
189
textColor="text-brand-cream"
190
190
note="Best for major transitions or intertwined decisions"
Copy file name to clipboardExpand all lines: src/app/services/page.tsx
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ import { bookingUrls } from '../../config/booking'
6
6
exportconstmetadata={
7
7
title: 'Services',
8
8
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.',
10
10
openGraph: {
11
11
title: 'Services | Pythoness Programmer',
12
12
description:
@@ -160,7 +160,7 @@ export default function ServicesPage() {
160
160
<ServiceCard
161
161
title="60-Minute Deep Dive"
162
162
subtitle="Extended intuitive business counsel. Optional 20-minute follow-up within 30 days."
163
-
price="$225"
163
+
price="$255"
164
164
description={
165
165
<>
166
166
<p>
@@ -191,7 +191,7 @@ export default function ServicesPage() {
191
191
'Optional 20-minute follow-up consultation within 30 days',
192
192
]}
193
193
ctaLink={bookingUrls.deep60}
194
-
ctaText="Book Deep Dive — $225"
194
+
ctaText="Book Deep Dive — $255"
195
195
icon="🔮"
196
196
textColor="text-brand-cream"
197
197
note={
@@ -380,7 +380,7 @@ export default function ServicesPage() {
0 commit comments