Skip to content

Commit 156dde8

Browse files
committed
Add tv and stand to platinum and diamond tiers
1 parent 3e25b65 commit 156dde8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const tiers: SponsorTierProps[] = [
3232
slotsLeft: "2",
3333
price: 30_000,
3434
features: [
35-
"<strong>Extra large</strong> booth in exhibit hall",
35+
"<strong>Extra large</strong> booth in exhibit hall (incl. TV & stand)",
3636
"<strong>10</strong> conference tickets (€5000 value)",
3737
"<strong>10</strong> remote tickets (€1500 value)",
3838
"<strong>10</strong> conference vouchers with 30% discount (€1500 value)",
@@ -63,7 +63,7 @@ const tiers: SponsorTierProps[] = [
6363
slotsLeft: "4",
6464
price: 18_000,
6565
features: [
66-
"<strong>Large</strong> booth in exhibit hall",
66+
"<strong>Large</strong> booth in exhibit hall <strong>(incl. TV & stand)</strong>",
6767
"<strong>6</strong> conference tickets (€3000 value)",
6868
"<strong>6</strong> remote tickets (€900 value)",
6969
"<strong>6</strong> conference vouchers with 30% discount (€900 value)",

0 commit comments

Comments
 (0)