diff --git a/src/components/sponsor-tiers/sponsor-tiers.astro b/src/components/sponsor-tiers/sponsor-tiers.astro index f53ecd865..a7a7e69c3 100644 --- a/src/components/sponsor-tiers/sponsor-tiers.astro +++ b/src/components/sponsor-tiers/sponsor-tiers.astro @@ -29,7 +29,7 @@ const tiers: SponsorTierProps[] = [ }, { title: "Diamond", - slotsLeft: "2", + slotsLeft: "Talk to us", price: 30_000, features: [ "Extra large booth in exhibit hall (incl. TV & stand)", @@ -60,7 +60,7 @@ const tiers: SponsorTierProps[] = [ }, { title: "Platinum", - slotsLeft: "4", + slotsLeft: 0, price: 18_000, features: [ "Large booth in exhibit hall (incl. TV & stand)", @@ -88,7 +88,7 @@ const tiers: SponsorTierProps[] = [ { title: "Gold", price: 9_500, - slotsLeft: "10", + slotsLeft: 0, features: [ "Booth in exhibit hall", "3 conference tickets (€1500 value)", @@ -110,7 +110,7 @@ const tiers: SponsorTierProps[] = [ { title: "Silver", price: 7_000, - slotsLeft: "10", + slotsLeft: 0, features: [ "Small booth in exhibit hall", "2 conference tickets (€1000 value)", @@ -335,6 +335,8 @@ const formatPrice = (price: number | string) => {