Skip to content

Commit c54c7dd

Browse files
authored
Merge pull request #26 from a-kenji/ke-ticket-shop-live
Add link to the live ticket shop
2 parents 43b4242 + 9003b17 commit c54c7dd

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/routes/index.jsx

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,16 @@ export default function Home() {
149149
{/* Tickets - Most important section */}
150150
<ContentSection id="tickets" title="Tickets">
151151
<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>
153153
<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>
157162
</div>
158163
</div>
159164
</ContentSection>

0 commit comments

Comments
 (0)