@@ -22,8 +22,8 @@ const tiers: TicketTierProps[] = [
2222 personalPrice: 200 ,
2323 businessPrice: 400 ,
2424 features: [
25- " Access to Workshop/Tutorial Days (8-9 July)" ,
26- " Access to Sprint Weekend (13-14 July)" ,
25+ " Access to Workshop/Tutorial Days (14-15 July)" ,
26+ " Access to Sprint Weekend (19-20 July)" ,
2727 " <strong>Does NOT include</strong> the main Conference Days" ,
2828 " Break refreshments and light lunch included" ,
2929 " Free childcare available if needed" ,
@@ -38,8 +38,8 @@ const tiers: TicketTierProps[] = [
3838 latePersonalPrice: 450 ,
3939 lateBusinessPrice: 750 ,
4040 features: [
41- " <strong>Access to Conference Days (10-12 July)</strong>" ,
42- " Access to Sprint Weekend (13-14 July)" ,
41+ " <strong>Access to Conference Days (16-18 July)</strong>" ,
42+ " Access to Sprint Weekend (19-20 July)" ,
4343 " Limited access to specific sponsored workshops" ,
4444 " Break refreshments and light lunch included" ,
4545 " Free childcare available if needed" ,
@@ -54,10 +54,10 @@ const tiers: TicketTierProps[] = [
5454 latePersonalPrice: 675 ,
5555 lateBusinessPrice: 1200 ,
5656 features: [
57- " <strong>Access to ALL conference dates (8-14 July)</strong>" ,
58- " Workshop/Tutorial Days (8-9 July)" ,
59- " Conference Days (10-12 July)" ,
60- " Sprint Weekend (13-14 July)" ,
57+ " <strong>Access to ALL conference dates (14-20 July)</strong>" ,
58+ " Workshop/Tutorial Days (14-15 July)" ,
59+ " Conference Days (16-18 July)" ,
60+ " Sprint Weekend (19-20 July)" ,
6161 " Break refreshments and light lunch included" ,
6262 " Free childcare available if needed" ,
6363 " T-shirt" ,
@@ -81,7 +81,7 @@ const formatPrice = (price: number | string) => {
8181 <div class =" text-center mb-8" >
8282 <h2 class =" text-3xl font-bold" >Ticket Types</h2 >
8383 <p class =" text-xl mt-2" >Choose the ticket that best fits your conference needs</p >
84- <p class =" text-xl mt-[-10px] mb-12 font-bold italic" >Regular tickets available until 21 June 2024 , after which Late-bird rates apply</p >
84+ <p class =" text-xl mt-[-10px] mb-12 font-bold italic" >Regular tickets available until 27 June 2025 , after which Late-bird rates apply</p >
8585 </div >
8686
8787 <div class =" grid grid-cols-1 md:grid-cols-3 lg:grid-cols-3 gap-10 md:gap-6 lg:gap-10" >
@@ -139,7 +139,7 @@ const formatPrice = (price: number | string) => {
139139 <ul class =" text-base list-none pl-0" >
140140 <li class =" flex items-start" >
141141 <span class =" flex-shrink-0 w-6" >✔️</span >
142- <span >Remote participation for Conference Days (10-12 July)</span >
142+ <span >Remote participation for Conference Days (16-18 July)</span >
143143 </li >
144144 <li class =" flex items-start" >
145145 <span class =" flex-shrink-0 w-6" >✔️</span >
@@ -169,7 +169,7 @@ const formatPrice = (price: number | string) => {
169169 <ul class =" text-base list-none pl-0" >
170170 <li class =" flex items-start" >
171171 <span class =" flex-shrink-0 w-6" >✔️</span >
172- <span >Remote participation for Conference Days (10-12 July)</span >
172+ <span >Remote participation for Conference Days (16-18 July)</span >
173173 </li >
174174 <li class =" flex items-start" >
175175 <span class =" flex-shrink-0 w-6" >✔️</span >
0 commit comments