File tree Expand file tree Collapse file tree
src/components/ticket-tiers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ interface TicketTierProps {
2424const tiers: TicketTierProps [] = [
2525 {
2626 title: " Tutorial Only" ,
27- educationPrice: 98 ,
28- personalPrice: 196 ,
27+ educationPrice: 100 ,
28+ personalPrice: 200 ,
2929 businessPrice: 400 ,
3030 features: [
3131 {
@@ -59,10 +59,10 @@ const tiers: TicketTierProps[] = [
5959 },
6060 {
6161 title: " Conference Only" ,
62- educationPrice: 132 ,
63- personalPrice: 294 ,
62+ educationPrice: 135 ,
63+ personalPrice: 300 ,
6464 businessPrice: 500 ,
65- latePersonalPrice: 441 ,
65+ latePersonalPrice: 450 ,
6666 lateBusinessPrice: 750 ,
6767 features: [
6868 {
@@ -90,10 +90,10 @@ const tiers: TicketTierProps[] = [
9090 },
9191 {
9292 title: " Combined" ,
93- educationPrice: 206 ,
94- personalPrice: 441 ,
93+ educationPrice: 210 ,
94+ personalPrice: 450 ,
9595 businessPrice: 800 ,
96- latePersonalPrice: 662 ,
96+ latePersonalPrice: 675 ,
9797 lateBusinessPrice: 1200 ,
9898 features: [
9999 {
@@ -124,7 +124,7 @@ const tiers: TicketTierProps[] = [
124124
125125 {
126126 title: " Remote" ,
127- personalPrice: 78 ,
127+ personalPrice: 80 ,
128128 businessPrice: 150 ,
129129 subtitle: " Conference days only" ,
130130 features: [
You can’t perform that action at this time.
0 commit comments