File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -149,11 +149,16 @@ export default function Home() {
149
149
{ /* Tickets - Most important section */ }
150
150
< ContentSection id = "tickets" title = "Tickets" >
151
151
< div class = "" >
152
- < p class = "text-center text-lg mb-4" > Ticket information coming soon !</ p >
152
+ < p class = "text-center text-lg" > Tickets are available now !</ p >
153
153
< div class = "flex justify-center" >
154
- < button disabled class = "px-6 py-3 bg-white/20 hover:bg-white/30 transition-colors rounded-lg text-white font-bold opacity-70 cursor-not-allowed" >
155
- Get Your Tickets
156
- </ button >
154
+ < a
155
+ href = "https://tickets.nixcon.org/2025/"
156
+ target = "_blank"
157
+ rel = "noopener noreferrer"
158
+ class = "px-4 py-2 bg-white/10 hover:bg-white/20 transition-colors rounded-lg text-white"
159
+ >
160
+ Get your tickets
161
+ </ a >
157
162
</ div >
158
163
</ div >
159
164
</ ContentSection >
You can’t perform that action at this time.
0 commit comments