@@ -2,7 +2,6 @@ import Image from 'next/image'
22import Link from 'next/link'
33import { Metadata } from 'next'
44import CopyField from '@/components/CopyField'
5- import AddEventCalendar from '@/components/AddEventCalendar'
65
76export 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" >
0 commit comments