Skip to content

Commit 010d750

Browse files
committed
add remote tickets tier
1 parent 82c008e commit 010d750

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

src/components/ticket-tiers/ticket-tiers.astro

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,32 @@ const tiers: TicketTierProps[] = [
120120
},
121121
],
122122
},
123+
124+
{
125+
title: "Remote",
126+
educationPrice: "free",
127+
personalPrice: 80,
128+
businessPrice: 150,
129+
subtitle: "Conference days only",
130+
features: [
131+
{
132+
text: "Remote participation for Conference Days (16-18 July)",
133+
},
134+
{
135+
text: "Watch live talks, keynotes & panels in all 6 tracks",
136+
},
137+
{
138+
text: "Live text-based Q&A",
139+
},
140+
{
141+
text: "Interact with speakers and attendees in chat channels",
142+
},
143+
{
144+
text: "<strong>Proper VAT invoice with company name (Business only)</strong>. <i>Remote tickets invoiced by the EPS (Sweden); <strong>no VAT charged due to non-profit status</strong></i>.",
145+
icon: "ℹ️",
146+
},
147+
],
148+
},
123149
];
124150
125151
const formatPrice = (price: number | string) => {

0 commit comments

Comments
 (0)