Skip to content

Commit 9b60ea9

Browse files
committed
linting errors
1 parent 4e2da79 commit 9b60ea9

2 files changed

Lines changed: 1 addition & 23 deletions

File tree

src/app/links/page.tsx

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -45,27 +45,6 @@ const socialLinks: LinkItem[] = [
4545
},
4646
]
4747

48-
// Featured async service
49-
const featuredService: LinkItem = {
50-
name: 'Async Project & Web Presence Reading ($30)',
51-
url: 'https://cal.com/pythoness/async',
52-
color: 'bg-gradient-to-r from-brand-purple-light to-brand-cream text-brand-purple-dark border-2 border-brand-purple-accent font-semibold'
53-
}
54-
55-
// Booking links - easy to update
56-
const bookingLinks: LinkItem[] = [
57-
{
58-
name: '20min Digital Psychic Session ($30)',
59-
url: 'https://cal.com/pythoness/20min',
60-
color: 'bg-brand-purple-light text-brand-purple-dark'
61-
},
62-
{
63-
name: '60min Digital Psychic Session ($60)',
64-
url: 'https://cal.com/pythoness/60min',
65-
color: 'bg-brand-purple-light text-brand-purple-dark'
66-
}
67-
]
68-
6948
// Resource links - easy to update
7049
const resourceLinks: LinkItem[] = [
7150
{

src/app/services/page.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import Link from 'next/link'
21
import NewsletterCard from '../../components/NewsletterCard'
32

43
export const metadata = {
@@ -60,7 +59,7 @@ export default function ServicesPage() {
6059
</div>
6160

6261
<p className="text-brand-cream/90 text-lg leading-relaxed">
63-
If you're interested in our services, we encourage you to subscribe to our newsletter to be the first to know when our schedule reopens in March 2026.
62+
If you&apos;re interested in our services, we encourage you to subscribe to our newsletter to be the first to know when our schedule reopens in March 2026.
6463
</p>
6564
</div>
6665
</div>

0 commit comments

Comments
 (0)