Skip to content

Commit 3e25b65

Browse files
committed
Add discounted tickets to gold and silver tiers
1 parent b05dd26 commit 3e25b65

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/sponsor-tiers/sponsor-tiers.astro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ const tiers: SponsorTierProps[] = [
9393
"Booth in exhibit hall",
9494
"<strong>3</strong> conference tickets (€1500 value)",
9595
"<strong>3</strong> remote tickets (€450 value)",
96+
"<strong>3</strong> conference voucher with 30% discount (€450 value)",
97+
9698
"Video ad(s) (silent) on venue digital signage",
9799
"1 job posting on EuroPython blog",
98100
"<strong>5</strong> job postings on website",
@@ -113,6 +115,7 @@ const tiers: SponsorTierProps[] = [
113115
"Small booth in exhibit hall",
114116
"2 conference tickets (€1000 value)",
115117
"2 remote tickets (€300 value)",
118+
"1 conference voucher with 30% discount (€150 value)",
116119
"Video ad(s) (silent) on venue digital signage",
117120
"1 job posting on EuroPython blog",
118121
"2 job postings on website",

0 commit comments

Comments
 (0)