Skip to content

Commit 383ffc2

Browse files
committed
Remove affiliate link and support blurb from footer
Delete the ‘Affiliate program’ link and the short promotional paragraph (“Help keep this digital psychic quest alive!”) from the Footer component. This simplifies the footer content—likely a content update to remove outdated or unwanted links/marketing copy.
1 parent 8bdf344 commit 383ffc2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/Footer.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ export default function Footer() {
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>
6363
<li><Link href={bookingUrls.deep60} target="_blank" rel="noopener noreferrer" className={footerLinkClass}>Deep dive 60 min — $255</Link></li>
64-
<li><Link href="/affiliate-program" className={footerLinkClass}>Affiliate program</Link></li>
6564
</ul>
6665
</FooterSection>
6766
{/* Free Resources */}
@@ -85,7 +84,6 @@ export default function Footer() {
8584
</ul>
8685
</FooterSection>
8786
<FooterSection title="Support">
88-
<p className="text-white/80 text-sm mb-1">Help keep this digital psychic quest alive!</p>
8987
<ul className="space-y-1" role="list" aria-label="Support options">
9088
<li><Link href="/support" className={footerLinkClass}>Support the Pythoness ☕</Link></li>
9189
</ul>

0 commit comments

Comments
 (0)