File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ const action2 = "https://www.youtube.com/watch?v=laSzm-raS5A";
4747 <!-- Second 2x1 Grid with Action Buttons -->
4848 <div class =" text-center grid grid-cols-1 md:grid-cols-2 gap-4 m-6" >
4949 <div class =" btn-outline" >
50- <Button outline url =" https://europython.eu/ tickets" class =" !text-white !border-white hover:!bg-white hover:!text-primary" > Get your ticket </Button >
50+ <Button outline url =" / tickets" class =" !text-white !border-white hover:!bg-white hover:!text-primary" > tickets </Button >
5151 </div >
5252 <div class =" btn-outline" >
5353 <Button outline url ={ action2 } class =" !text-white !border-white hover:!bg-white hover:!text-primary" > Watch the video (no Rickrolls) </Button >
Original file line number Diff line number Diff line change @@ -128,9 +128,6 @@ const tiers: TicketTierProps[] = [
128128 businessPrice: 150 ,
129129 subtitle: " Conference days only" ,
130130 features: [
131- {
132- text: " Remote participation for Conference Days (15-17 July)" ,
133- },
134131 {
135132 text: " Watch live talks, keynotes & panels in all 6 tracks" ,
136133 },
Original file line number Diff line number Diff line change 1+ ---
2+ title : Ticket Sale
3+ subtitle : Register now!
4+ url : /tickets
5+ image : " ./registration.jpg"
6+ ---
7+
8+ Grab your spot at EuroPython 2026. Share, learn, and connect with fellow Pythonistas!
You can’t perform that action at this time.
0 commit comments