Skip to content

Commit e84bf24

Browse files
committed
Digital Psychic in links page
1 parent 9a5cbff commit e84bf24

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

src/app/links/page.tsx

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,20 @@ const socialLinks: LinkItem[] = [
4747

4848
// Featured async service
4949
const featuredService: LinkItem = {
50-
name: 'Async Project & Web Presence Reading - $30',
50+
name: 'Async Project & Web Presence Reading ($30)',
5151
url: 'https://cal.com/pythoness/async',
5252
color: 'bg-gradient-to-r from-brand-purple-light to-brand-cream text-brand-purple-dark border-2 border-brand-purple-accent font-semibold'
5353
}
5454

5555
// Booking links - easy to update
5656
const bookingLinks: LinkItem[] = [
5757
{
58-
name: '20min Software Psychic Session',
58+
name: '20min Digital Psychic Session ($30)',
5959
url: 'https://cal.com/pythoness/20min',
6060
color: 'bg-brand-green-accent text-brand-green-dark'
6161
},
6262
{
63-
name: '60min Software Psychic Session',
63+
name: '60min Digital Psychic Session ($60)',
6464
url: 'https://cal.com/pythoness/60min',
6565
color: 'bg-brand-green-accent text-brand-green-dark'
6666
}
@@ -105,14 +105,14 @@ const supportLinks: LinkItem[] = [
105105
{
106106
name: 'Amazon Wishlist 🛍️',
107107
url: 'https://www.amazon.com/hz/wishlist/ls/1ZXXDBUXYDDOC?ref_=wl_share',
108-
color: 'bg-brand-purple-light text-black hover:bg-brand-purple-light/90'
108+
color: 'bg-brand-green-accent text-brand-green-dark hover:bg-brand-green-accent/90'
109109
}
110110
]
111111

112112
// Shop links section
113113
const shopLinks: LinkItem[] = [
114114
{
115-
name: 'Sticky Spells Store',
115+
name: 'Sticky Spells Store - Etsy',
116116
url: 'https://stickyspells.etsy.com',
117117
color: 'bg-brand-green-accent text-brand-green-dark hover:bg-brand-green-accent/90'
118118
}
@@ -197,7 +197,7 @@ export default function LinksPage() {
197197
<h1 className="font-display text-3xl md:text-4xl text-white mb-2">Pythoness Programmer</h1>
198198
</Link>
199199
<p className="text-white/80 max-w-md mx-auto">
200-
Software Psychic Sessions that help you solve your own tech challenges through pattern recognition, spiritual insight, and deep technical understanding. From async video readings to live 1:1 sessions.
200+
Digital Psychic sessions that help you solve your own tech challenges through pattern recognition, spiritual insight, and deep technical understanding. As a Software Engineer, I offer async video readings and live 1:1 sessions.
201201
</p>
202202
</div>
203203

@@ -250,7 +250,11 @@ export default function LinksPage() {
250250
{/* Featured Service */}
251251
<div className="space-y-3">
252252
<h2 className="font-display text-2xl text-white text-center">Featured Service</h2>
253-
<p className="text-white/80 text-center text-sm mb-4">20-minute video reading - no live meeting</p>
253+
<p className="text-white/80 text-center text-sm mb-2">
254+
Get a personalized Digital Psychic reading delivered asynchronously. Perfect for when you need insights
255+
on your project or web presence but prefer to watch on your own time.
256+
</p>
257+
<p className="text-white/60 text-center text-xs mb-4">20-minute video reading - no live meeting required</p>
254258
<Link
255259
href={featuredService.url}
256260
target="_blank"
@@ -264,7 +268,12 @@ export default function LinksPage() {
264268
{/* Booking Links */}
265269
{bookingLinks.length > 0 && (
266270
<div className="space-y-3">
267-
<h2 className="font-display text-xl text-white text-center">Live 1:1 Sessions</h2>
271+
<h2 className="font-display text-xl text-white text-center">Live 1:1 Digital Psychic Sessions</h2>
272+
<p className="text-white/80 text-center text-sm mb-3">
273+
Connect live for real-time guidance on your tech challenges. These interactive sessions combine
274+
pattern recognition, spiritual insight, and deep technical understanding to help you solve problems
275+
and move forward with confidence.
276+
</p>
268277
<div className="space-y-3">
269278
{bookingLinks.map((link) => (
270279
<Link

0 commit comments

Comments
 (0)