@@ -17,7 +17,7 @@ export default {
1717 {
1818 title : 'Platinum' ,
1919 subtitle : "Visibilité maximale sur tout l'événement" ,
20- price : 15000 ,
20+ price : 10000 ,
2121 period : 'HT' ,
2222 items : [
2323 { description : 'Stand 9 m² + mobilier' } ,
@@ -38,7 +38,7 @@ export default {
3838 {
3939 title : 'Gold' ,
4040 subtitle : 'Excellent compromis visibilité/coût' ,
41- price : 8000 ,
41+ price : 6000 ,
4242 period : 'HT' ,
4343 items : [
4444 { description : 'Stand 6 m² + mobilier' } ,
@@ -140,19 +140,27 @@ export default {
140140 } ,
141141 materials : {
142142 title : 'Matériel de sponsoring' ,
143- subtitle : 'Les dossiers de sponsoring seront bientôt disponibles en téléchargement ' ,
143+ subtitle : 'Téléchargez notre dossier de sponsoring' ,
144144 items : [
145145 {
146146 title : 'Dossier de sponsoring (FR)' ,
147- description :
148- 'Le dossier complet en français avec toutes les informations sur les différentes formules sera disponible prochainement.' ,
147+ description : 'Le dossier complet en français avec toutes les informations sur les différentes formules.' ,
149148 icon : 'tabler:file-text' ,
149+ callToAction : {
150+ text : 'Télécharger (FR)' ,
151+ href : 'https://kutt.it/sponsors-fr' ,
152+ target : '_blank' ,
153+ } ,
150154 } ,
151155 {
152156 title : 'Sponsorship Package (EN)' ,
153- description :
154- 'The complete sponsorship package in English with all the information about the different options will be available soon.' ,
157+ description : 'The complete sponsorship package in English with all the information about the different options.' ,
155158 icon : 'tabler:file-text' ,
159+ callToAction : {
160+ text : 'Télécharger (EN)' ,
161+ href : 'https://kutt.it/sponsors-en' ,
162+ target : '_blank' ,
163+ } ,
156164 } ,
157165 ] ,
158166 } ,
0 commit comments