diff --git a/src/components/sponsor-tiers/sponsor-tiers.astro b/src/components/sponsor-tiers/sponsor-tiers.astro index 1e24852b1..bdb8f9bd1 100644 --- a/src/components/sponsor-tiers/sponsor-tiers.astro +++ b/src/components/sponsor-tiers/sponsor-tiers.astro @@ -123,6 +123,18 @@ const tiers: SponsorTierProps[] = [ "Welcome post on EuroPython social media", ], }, + { + title: "Startup", + price: 3_000, + slotsLeft: "5", + features: [ + "Exhibition Space for 3 days", + "2 conference tickets (€1000 value)", + "1 remote ticket (€150 value)", + "Logo on website and signage", + "Welcome post on EuroPython social media", + ], + }, { title: "Bronze", price: 2_000, @@ -153,6 +165,7 @@ const getRibbonClass = (title: string) => { Platinum: "text-sponsor-platinum", Gold: "text-sponsor-gold", Silver: "text-sponsor-silver", + Startup: "text-sponsor-startup", Bronze: "text-sponsor-bronze", Patron: "text-sponsor-patron", }; @@ -212,8 +225,64 @@ const formatPrice = (price: number | string) => {
This tier includes:
++ For early-stage companies ready to connect with the community, boost visibility, and make a strong first impression. +
+