Skip to content

Commit d1d2e25

Browse files
Copilotfredleger
andcommitted
Sync with main: update sponsoring prices, add PDF links and CFP ctaHref
Co-authored-by: fredleger <2778741+fredleger@users.noreply.github.com>
1 parent 0553510 commit d1d2e25

4 files changed

Lines changed: 32 additions & 14 deletions

File tree

application/src/data/pages/home/en.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ export default {
151151
],
152152
},
153153
cta: 'Submit via Conference HALL',
154+
ctaHref: 'https://conference-hall.io/cloud-native-provence-2026',
154155
image: {
155156
src: '~/assets/images/event.jpg',
156157
alt: 'Call for Papers',

application/src/data/pages/home/fr.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ export default {
152152
],
153153
},
154154
cta: 'Soumettre via Conference HALL',
155+
ctaHref: 'https://conference-hall.io/cloud-native-provence-2026',
155156
image: {
156157
src: '~/assets/images/event.jpg',
157158
alt: 'Appel à conférenciers',

application/src/data/pages/sponsoring/en.ts

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default {
1717
{
1818
title: 'Platinum',
1919
subtitle: 'Maximum visibility throughout the event',
20-
price: 15000,
20+
price: 10000,
2121
period: 'excl. VAT',
2222
items: [
2323
{ description: '9 m² booth + furniture' },
@@ -38,7 +38,7 @@ export default {
3838
{
3939
title: 'Gold',
4040
subtitle: 'Excellent visibility/cost compromise',
41-
price: 8000,
41+
price: 6000,
4242
period: 'excl. VAT',
4343
items: [
4444
{ description: '6 m² booth + furniture' },
@@ -140,19 +140,27 @@ export default {
140140
},
141141
materials: {
142142
title: 'Sponsorship materials',
143-
subtitle: 'Sponsorship packages will be available for download soon',
143+
subtitle: 'Download our sponsorship package',
144144
items: [
145145
{
146146
title: 'Dossier de sponsoring (FR)',
147-
description:
148-
'The complete package in French with all the information about the different options will be available soon.',
147+
description: 'The complete package in French with all the information about the different options.',
149148
icon: 'tabler:file-text',
149+
callToAction: {
150+
text: 'Download (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: 'Download (EN)',
161+
href: 'https://kutt.it/sponsors-en',
162+
target: '_blank',
163+
},
156164
},
157165
],
158166
},

application/src/data/pages/sponsoring/fr.ts

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)