@@ -29,10 +29,10 @@ const tiers: TicketTierProps[] = [
2929 businessPrice: 400 ,
3030 features: [
3131 {
32- text: " Access to two full days of workshops, summits, and tutorials across six parallel tracks (14-15 July)" ,
32+ text: " Access to two full days of workshops, summits, and tutorials across six parallel tracks (13-14 July)" ,
3333 },
3434 {
35- text: " <strong>Does NOT include</strong> access to three days of talks across six parallel tracks with 130+ talks (16-18 July)" ,
35+ text: " <strong>Does NOT include</strong> access to three days of talks across six parallel tracks with 130+ talks (15-17 July)" ,
3636 icon: " ❌" ,
3737 },
3838 {
@@ -43,7 +43,7 @@ const tiers: TicketTierProps[] = [
4343 text: " <strong>Does NOT include</strong> access to sponsor booths with opportunities to connect with sponsoring sponsors" ,
4444 icon: " ❌" ,
4545 },
46- { text: " Access to Sprint Weekend (19-20 July)" },
46+ { text: " Access to Sprint Weekend (18-19 July)" },
4747 { text: " Light lunch provided each day" },
4848 { text: " Break refreshments (coffee, tea, water, and more)" },
4949 {
@@ -66,18 +66,18 @@ const tiers: TicketTierProps[] = [
6666 lateBusinessPrice: 750 ,
6767 features: [
6868 {
69- text: " Access to two full days of workshops, summits, and tutorials across six parallel tracks (14-15 July)" ,
69+ text: " Access to two full days of workshops, summits, and tutorials across six parallel tracks (13-14 July)" ,
7070 icon: " ❌" ,
7171 },
7272 {
73- text: " <strong>Access to three days of talks across six parallel tracks with 130+ talks (16-18 July)</strong>" ,
73+ text: " <strong>Access to three days of talks across six parallel tracks with 130+ talks (15-17 July)</strong>" ,
7474 },
7575 { text: " Access to open spaces throughout the three conference days" },
76- { text: " Access to Sprint Weekend (19-20 July)" },
76+ { text: " Access to Sprint Weekend (18-19 July)" },
7777 {
7878 text: " Access to sponsor booths with opportunities to connect with sponsoring sponsors" ,
7979 },
80- { text: " Access to Sprint Weekend (19-20 July)" },
80+ { text: " Access to Sprint Weekend (18-19 July)" },
8181 { text: " Limited access to specific sponsored workshops" },
8282 { text: " Light lunch provided each day" },
8383 { text: " Break refreshments (coffee, tea, water, and more)" },
@@ -97,16 +97,16 @@ const tiers: TicketTierProps[] = [
9797 lateBusinessPrice: 1200 ,
9898 features: [
9999 {
100- text: " Access to two full days of workshops, summits, and tutorials across six parallel tracks (14-15 July)" ,
100+ text: " Access to two full days of workshops, summits, and tutorials across six parallel tracks (13-14 July)" ,
101101 },
102102 {
103- text: " <strong>Access to three days of talks across six parallel tracks with 130+ talks (16-18 July)</strong>" ,
103+ text: " <strong>Access to three days of talks across six parallel tracks with 130+ talks (15-17 July)</strong>" ,
104104 },
105105 { text: " Access to open spaces throughout the three conference days" },
106106 {
107107 text: " Access to sponsor booths with opportunities to connect with sponsoring sponsors" ,
108108 },
109- { text: " Access to Sprint Weekend (19-20 July)" },
109+ { text: " Access to Sprint Weekend (18-19 July)" },
110110 { text: " Limited access to specific sponsored workshops" },
111111 { text: " Light lunch provided each day" },
112112 { text: " Break refreshments (coffee, tea, water, and more)" },
@@ -121,16 +121,13 @@ const tiers: TicketTierProps[] = [
121121 },
122122 ],
123123 },
124-
124+ /*
125125 {
126126 title: "Remote",
127127 personalPrice: 80,
128128 businessPrice: 150,
129129 subtitle: "Conference days only",
130130 features: [
131- {
132- text: " Remote participation for Conference Days (16-18 July)" ,
133- },
134131 {
135132 text: "Watch live talks, keynotes & panels in all 6 tracks",
136133 },
@@ -146,6 +143,7 @@ const tiers: TicketTierProps[] = [
146143 },
147144 ],
148145},
146+ */
149147];
150148
151149const formatPrice = (price : number | string ) => {
@@ -235,13 +233,6 @@ const formatPrice = (price: number | string) => {
235233 /*transform: translateX(-50%);*/
236234 position: relative;
237235 /*padding: 0 40px;*/
238- background: linear-gradient( to top,
239- rgba(245, 229, 214, 0) 0%,
240- rgb(245, 229, 214) 5%,
241- rgb(245, 229, 214) 95%,
242- rgba(245, 229, 214, 0
243- ) 100% )
244- ;
245236 }
246237
247238 @media (max-width: 1023px) {
0 commit comments