File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const tiers: SponsorTierProps[] = [
2929 },
3030 {
3131 title: " Diamond" ,
32- slotsLeft: " 2 " ,
32+ slotsLeft: " Talk to us " ,
3333 price: 30_000 ,
3434 features: [
3535 " <strong>Extra large</strong> booth in exhibit hall (incl. TV & stand)" ,
@@ -60,7 +60,7 @@ const tiers: SponsorTierProps[] = [
6060 },
6161 {
6262 title: " Platinum" ,
63- slotsLeft: " 4 " ,
63+ slotsLeft: 0 ,
6464 price: 18_000 ,
6565 features: [
6666 " <strong>Large</strong> booth in exhibit hall <strong>(incl. TV & stand)</strong>" ,
@@ -88,7 +88,7 @@ const tiers: SponsorTierProps[] = [
8888 {
8989 title: " Gold" ,
9090 price: 9_500 ,
91- slotsLeft: " 10 " ,
91+ slotsLeft: 0 ,
9292 features: [
9393 " Booth in exhibit hall" ,
9494 " <strong>3</strong> conference tickets (€1500 value)" ,
@@ -110,7 +110,7 @@ const tiers: SponsorTierProps[] = [
110110 {
111111 title: " Silver" ,
112112 price: 7_000 ,
113- slotsLeft: " 10 " ,
113+ slotsLeft: 0 ,
114114 features: [
115115 " Small booth in exhibit hall" ,
116116 " 2 conference tickets (€1000 value)" ,
@@ -335,6 +335,8 @@ const formatPrice = (price: number | string) => {
335335 <div class = " text-xl" >
336336 { tier .slotsLeft === " Exclusive" ? (
337337 <>Exclusive</>
338+ ) : tier .slotsLeft === " Talk to us" ? (
339+ <>Talk to us</>
338340 ) : tier .slotsLeft ? (
339341 <>
340342 <span >{ tier .slotsLeft } </span >
You can’t perform that action at this time.
0 commit comments