Skip to content

Commit b691c59

Browse files
committed
Fix merge conflicts
1 parent 3dc019b commit b691c59

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

src/components/sections/hero/hero.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

src/components/ticket-tiers/ticket-tiers.astro

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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
},
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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!

0 commit comments

Comments
 (0)