Skip to content

Commit 00aa24f

Browse files
committed
build errors
1 parent 6e6d377 commit 00aa24f

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

src/app/booknow/page.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
'use client'
22

33
import { useEffect } from 'react'
4-
import { useRouter } from 'next/navigation'
54

65
export default function BookNowRedirect() {
7-
const router = useRouter()
8-
96
useEffect(() => {
107
// Redirect to Cal.com booking page
118
window.location.href = 'https://cal.com/pythoness'
@@ -16,7 +13,7 @@ export default function BookNowRedirect() {
1613
<div className="text-center">
1714
<h1 className="font-display text-2xl text-white mb-4">Redirecting to booking...</h1>
1815
<p className="text-white/80 mb-6">
19-
If you're not automatically redirected,
16+
If you&apos;re not automatically redirected,
2017
<a
2118
href="https://cal.com/pythoness"
2219
className="text-brand-green-accent hover:text-white underline ml-1"

src/app/support/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ export default function SupportPage() {
6161
<h2 className="font-display text-xl text-white mb-4 text-center">Why Your Support Matters Right Now</h2>
6262
<div className="text-white/90 space-y-4 text-left">
6363
<p>
64-
We're currently in a government shutdown, and I've been out of work since January 2025. This is all I do now.
64+
We&apos;re currently in a government shutdown, and I&apos;ve been out of work since January 2025. This is all I do now.
6565
As someone navigating the SSDI process while my husband works as a federal employee, our income depends on
66-
government budget approvals. We're in the middle of another long furlough with no end in sight.
66+
government budget approvals. We&apos;re in the middle of another long furlough with no end in sight.
6767
</p>
6868
<p>
6969
I have no 401K, no savings to fall back on. Your contributions literally help me pay my bills, keep the lights on,
7070
continue my research into accessible technology, and yes, keep my cats fed with their favorite treats.
7171
More importantly, they let me keep creating content, tools, and resources that make technology more approachable
72-
for neurodivergent folks and everyone who's ever felt overwhelmed by the digital world.
72+
for neurodivergent folks and everyone who&apos;s ever felt overwhelmed by the digital world.
7373
</p>
7474
<p className="text-brand-green-accent font-medium">
7575
Every coffee, every tip, every share makes a real difference in keeping this mission alive during this difficult time.

0 commit comments

Comments
 (0)