Skip to content

Commit 95c41b5

Browse files
committed
Update links content and footer; refresh feed date
Refine copy and layout on the Links page: reworded the intro, added an italicized philosophical line, split the service blurb into two paragraphs with explicit async offering details (20 min · $30), shortened the live session heading to “Live 1:1 Sessions” and condensed its description. Remove the Substack link from the Footer. Also bump the RSS feed lastBuildDate in public/feed.xml.
1 parent 0a044cc commit 95c41b5

3 files changed

Lines changed: 11 additions & 14 deletions

File tree

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>Sun, 08 Mar 2026 18:57:10 GMT</lastBuildDate>
8+
<lastBuildDate>Sun, 08 Mar 2026 20:01:22 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: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,11 @@ export default function LinksPage() {
179179
<Link href="/" className="hover:opacity-80 transition-opacity">
180180
<h1 className="font-display text-3xl md:text-4xl text-white mb-2">Pythoness Programmer</h1>
181181
</Link>
182-
<p className="text-white/80 max-w-md mx-auto mb-4">
183-
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.
182+
<p className="text-white/80 max-w-md mx-auto mb-2 italic">
183+
I philosophize with other decolonizing neurodivergents about how our tech struggles reveal what we&apos;ve internalized and what our brains actually need.
184+
</p>
185+
<p className="text-white/80 max-w-md mx-auto mb-4 text-sm">
186+
Software Psychic sessions—async video readings and live 1:1—to reflect on your patterns and move forward. Book below.
184187
</p>
185188
</div>
186189

@@ -189,8 +192,7 @@ export default function LinksPage() {
189192
<div className="bg-white/10 backdrop-blur-md border border-white/20 rounded-lg p-6 max-w-md mx-auto">
190193
<h2 className="font-display text-xl text-white mb-3">Keep Free Resources Flowing</h2>
191194
<p className="text-white/80 text-sm mb-4">
192-
Every tutorial, guide, and tool I create is free. Your support makes that possible and ensures
193-
these resources stay accessible for everyone.
195+
All my digital resources are free. Your support keeps them that way.
194196
</p>
195197
<Link
196198
href="/support"
@@ -233,11 +235,9 @@ export default function LinksPage() {
233235
{/* Featured Service - Async */}
234236
<div className="space-y-3">
235237
<h2 className="font-display text-2xl text-white text-center">Featured Service</h2>
236-
<p className="text-white/80 text-center text-sm mb-2">
237-
Get a personalized Software Psychic reading delivered asynchronously. Perfect for when you need insights
238-
on your project or web presence but prefer to watch on your own time.
238+
<p className="text-white/80 text-center text-sm mb-4">
239+
Personalized video reading for your project or web presence. Watch on your time—no live meeting. 20 min · $30.
239240
</p>
240-
<p className="text-white/60 text-center text-xs mb-4">20-minute video reading - no live meeting required</p>
241241
<Link
242242
href="https://cal.com/pythoness/async"
243243
target="_blank"
@@ -250,11 +250,9 @@ export default function LinksPage() {
250250

251251
{/* Booking Links - Live 1:1 */}
252252
<div className="space-y-3">
253-
<h2 className="font-display text-xl text-white text-center">Live 1:1 Software Psychic Sessions</h2>
253+
<h2 className="font-display text-xl text-white text-center">Live 1:1 Sessions</h2>
254254
<p className="text-white/80 text-center text-sm mb-3">
255-
Connect live for real-time guidance on your tech challenges. These interactive sessions combine
256-
pattern recognition, spiritual insight, and deep technical understanding to help you solve problems
257-
and move forward with confidence.
255+
Real-time reflection and guidance. Pattern recognition, tarot, and technical depth.
258256
</p>
259257
<div className="flex flex-col sm:flex-row gap-3 justify-center">
260258
<Link

src/components/Footer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ export default function Footer() {
9191
<FooterSection title="Content">
9292
<ul className="space-y-1" role="list" aria-label="Content options">
9393
<li><Link href="https://videos.pythonessprogrammer.com" target="_blank" rel="noopener noreferrer" className={`${footerLinkClass} font-semibold`}>Videos</Link></li>
94-
<li><Link href="https://pythoness.substack.com" target="_blank" rel="noopener noreferrer" className={footerLinkClass}>AI Generation Experiments Substack</Link></li>
9594
</ul>
9695
</FooterSection>
9796
<FooterSection title="Read">

0 commit comments

Comments
 (0)