Skip to content

Commit ddc1800

Browse files
committed
Add side-by-side comparison of access for different ticket tiers & update subtitle
1 parent 862690d commit ddc1800

File tree

1 file changed

+26
-22
lines changed

1 file changed

+26
-22
lines changed

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

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -22,59 +22,63 @@ const tiers: TicketTierProps[] = [
2222
personalPrice: 200,
2323
businessPrice: 400,
2424
features: [
25-
{ text: "Access to two full days of workshops and tutorials across six parallel tracks (July 14-15)" },
25+
{ text: "Access to two full days of workshops, summits, and tutorials across six parallel tracks (July 14-15)" },
26+
{ text: "<strong>Does NOT include</strong> access to three days of talks across six parallel tracks with 130+ talks (16-18 July)", icon: "" },
27+
{ text: "<strong>Does NOT include</strong> access to open spaces throughout the three conference days", icon: "" },
28+
{ text: "<strong>Does NOT include</strong> access to sponsor booths with opportunities to connect with sponsoring companies", icon: "" },
2629
{ text: "Access to Sprint Weekend (19-20 July)" },
2730
{ text: "Light lunch provided each day" },
2831
{ text: "Break refreshments (coffee, tea, water, and more)" },
2932
{ text: "Access to in-person networking opportunities during the tutorial days" },
3033
{ text: "Access to free childcare if needed" },
3134
{ text: "Conference T-shirt included" },
32-
{ text: "<strong>Does NOT include</strong> the main Conference Days", icon: "" }, // Explicitly setting an "X"
35+
{ text: "<strong>Limited to only 300, due to tutorial capacity</strong>", icon: "⚠️" },
3336
],
3437
},
35-
{
36-
title: "Combined",
37-
educationPrice: 210,
38-
personalPrice: 450,
39-
businessPrice: 800,
40-
latePersonalPrice: 675,
41-
lateBusinessPrice: 1200,
38+
{
39+
title: "Conference Only",
40+
educationPrice: 135,
41+
personalPrice: 300,
42+
businessPrice: 500,
43+
latePersonalPrice: 450,
44+
lateBusinessPrice: 750,
4245
features: [
43-
{ text: "<strong>Access to ALL conference dates (14-20 July)</strong>" },
44-
{ text: "Access to two full days of workshops and tutorials across six parallel tracks (July 14-15)" },
46+
{ text: "Access to two full days of workshops, summits, and tutorials across six parallel tracks (July 14-15)", icon: "" },
4547
{ text: "<strong>Access to three days of talks across six parallel tracks with 130+ talks (16-18 July)</strong>" },
4648
{ text: "Access to open spaces throughout the three conference days" },
4749
{ text: "Access to Sprint Weekend (19-20 July)" },
4850
{ text: "Access to sponsor booths with opportunities to connect with sponsoring companies" },
51+
{ text: "Access to Sprint Weekend (19-20 July)" },
4952
{ text: "Limited access to specific sponsored workshops" },
5053
{ text: "Light lunch provided each day" },
5154
{ text: "Break refreshments (coffee, tea, water, and more)" },
52-
{ text: "Access to in-person networking opportunities throughout the entire conference" },
55+
{ text: "Access to in-person networking opportunities during the main conference days" },
5356
{ text: "Access to free childcare if needed" },
5457
{ text: "Conference T-shirt included" },
55-
{ text: "<strong>Limited to only 300, due to tutorial capacity</strong>", icon: "⚠️" },
5658
],
5759
},
5860
{
59-
title: "Conference Only",
60-
educationPrice: 135,
61-
personalPrice: 300,
62-
businessPrice: 500,
63-
latePersonalPrice: 450,
64-
lateBusinessPrice: 750,
61+
title: "Combined",
62+
educationPrice: 210,
63+
personalPrice: 450,
64+
businessPrice: 800,
65+
latePersonalPrice: 675,
66+
lateBusinessPrice: 1200,
6567
features: [
68+
{ text: "Access to two full days of workshops, summits, and tutorials across six parallel tracks (July 14-15)" },
6669
{ text: "<strong>Access to three days of talks across six parallel tracks with 130+ talks (16-18 July)</strong>" },
6770
{ text: "Access to open spaces throughout the three conference days" },
68-
{ text: "Access to Sprint Weekend (19-20 July)" },
6971
{ text: "Access to sponsor booths with opportunities to connect with sponsoring companies" },
72+
{ text: "Access to Sprint Weekend (19-20 July)" },
7073
{ text: "Limited access to specific sponsored workshops" },
7174
{ text: "Light lunch provided each day" },
7275
{ text: "Break refreshments (coffee, tea, water, and more)" },
73-
{ text: "Access to in-person networking opportunities during the main conference days" },
76+
{ text: "Access to in-person networking opportunities throughout the entire conference" },
7477
{ text: "Access to free childcare if needed" },
7578
{ text: "Conference T-shirt included" },
79+
{ text: "<strong>Limited to only 300, due to tutorial capacity</strong>", icon: "⚠️" },
7680
],
77-
}
81+
},
7882
];
7983
8084

0 commit comments

Comments
 (0)