diff --git a/src/components/sponsor-tiers/sponsor-tiers.astro b/src/components/sponsor-tiers/sponsor-tiers.astro index 2d6ff416c..cbc2fd7bb 100644 --- a/src/components/sponsor-tiers/sponsor-tiers.astro +++ b/src/components/sponsor-tiers/sponsor-tiers.astro @@ -32,7 +32,7 @@ const tiers: SponsorTierProps[] = [ slotsLeft: "2", price: 30_000, features: [ - "Extra large booth in exhibit hall", + "Extra large booth in exhibit hall (incl. TV & stand)", "10 conference tickets (€5000 value)", "10 remote tickets (€1500 value)", "10 conference vouchers with 30% discount (€1500 value)", @@ -63,7 +63,7 @@ const tiers: SponsorTierProps[] = [ slotsLeft: "4", price: 18_000, features: [ - "Large booth in exhibit hall", + "Large booth in exhibit hall (incl. TV & stand)", "6 conference tickets (€3000 value)", "6 remote tickets (€900 value)", "6 conference vouchers with 30% discount (€900 value)", @@ -93,6 +93,8 @@ const tiers: SponsorTierProps[] = [ "Booth in exhibit hall", "3 conference tickets (€1500 value)", "3 remote tickets (€450 value)", + "3 conference vouchers with 30% discount (€450 value)", + "Video ad(s) (silent) on venue digital signage", "1 job posting on EuroPython blog", "5 job postings on website", @@ -113,6 +115,7 @@ const tiers: SponsorTierProps[] = [ "Small booth in exhibit hall", "2 conference tickets (€1000 value)", "2 remote tickets (€300 value)", + "1 conference voucher with 30% discount (€150 value)", "Video ad(s) (silent) on venue digital signage", "1 job posting on EuroPython blog", "2 job postings on website",