Skip to content

Commit 0424dfb

Browse files
committed
calendar updated
1 parent 882395c commit 0424dfb

2 files changed

Lines changed: 11 additions & 14 deletions

File tree

src/app/links/page.tsx

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import Image from 'next/image'
22
import Link from 'next/link'
33
import { Metadata } from 'next'
44
import CopyField from '@/components/CopyField'
5-
import AddEventCalendar from '@/components/AddEventCalendar'
65

76
export const metadata: Metadata = {
87
title: 'Connect with Amanda | Pythoness Programmer',
@@ -197,24 +196,21 @@ export default function LinksPage() {
197196
</p>
198197
</div>
199198

200-
{/* Combined Calendar & Connect Section */}
199+
{/* Events & Connect Section */}
201200
<div className="text-center mb-8">
202201
<div className="bg-white/10 backdrop-blur-md border border-white/20 rounded-lg p-6 max-w-md mx-auto">
203202
<h2 className="font-display text-xl text-white mb-3">Stay Updated & Connect</h2>
204203
<p className="text-white/80 text-sm mb-4">
205-
Add my Calendar to yours to stay up to date on my TikTok lives, Workshops, Co-Working Sessions, and more.
204+
Join my upcoming events, workshops, co-working sessions, and more.
206205
</p>
207-
<AddEventCalendar>
208-
<div
209-
title="Add to Calendar"
210-
className="addeventstc bg-brand-green-accent text-brand-green-dark px-6 py-3 rounded-lg font-medium hover:bg-brand-green-accent/90 transition-colors cursor-pointer inline-block mb-4"
211-
data-styling="none"
212-
data-id="em600805"
213-
>
214-
Add to Calendar
215-
<span className="addeventstc_icon ml-2"></span>
216-
</div>
217-
</AddEventCalendar>
206+
<Link
207+
href="https://luma.com/pythoness"
208+
target="_blank"
209+
rel="noopener noreferrer"
210+
className="bg-brand-green-accent text-brand-green-dark px-6 py-3 rounded-lg font-medium hover:bg-brand-green-accent/90 transition-colors inline-block mb-4"
211+
>
212+
Upcoming Events
213+
</Link>
218214

219215
{/* Social Media Links */}
220216
<div className="mt-6">

src/components/Footer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export default function Footer() {
4040
{/* Social Links */}
4141
<FooterSection title="Connect">
4242
<ul className="space-y-1" role="list" aria-label="Social media links">
43+
<li><Link href="https://luma.com/pythoness" target="_blank" rel="noopener noreferrer" className={`${footerLinkClass} font-semibold`}>Upcoming Events</Link></li>
4344
<li><Link href="https://github.com/devandapaige" target="_blank" rel="noopener noreferrer" className={footerLinkClass}>GitHub</Link></li>
4445
<li><Link href="https://www.youtube.com/@pythonessprogrammer" target="_blank" rel="noopener noreferrer" className={footerLinkClass}>YouTube</Link></li>
4546
<li><Link href="https://www.tiktok.com/@pythoness_programmer" target="_blank" rel="noopener noreferrer" className={footerLinkClass}>TikTok</Link></li>

0 commit comments

Comments
 (0)