@@ -5,6 +5,7 @@ export const internationalTiers = [
55 name : 'Diamond' ,
66 className : 'diamond' ,
77 price : 'USD 5,000' ,
8+ xafEquivalent : 'XAF 2,625,000' ,
89 description : 'The ultimate sponsorship package for maximum visibility and impact.' ,
910 features : [
1011 'Premium booth placement' ,
@@ -16,13 +17,13 @@ export const internationalTiers = [
1617 'Dedicated sponsor page on website' ,
1718 'Mention in all press releases' ,
1819 ] ,
19- btnClass : 'btn btn-primary btn-diamond' ,
20- btnStyle : { width : '100%' , background : '#b9f2ff' , color : 'var(--color-dark)' , border : '1px solid #b9f2ff' } ,
20+ btnClass : 'btn btn-tier btn-diamond' ,
2121 } ,
2222 {
2323 name : 'Gold' ,
2424 className : 'gold' ,
2525 price : 'USD 3,500' ,
26+ xafEquivalent : 'XAF 1,837,500' ,
2627 description : 'Excellent visibility and engagement opportunities.' ,
2728 features : [
2829 'Exhibition booth' ,
@@ -32,48 +33,47 @@ export const internationalTiers = [
3233 'Tier 2 logo placement on website' ,
3334 'Mention in press releases' ,
3435 ] ,
35- btnClass : 'btn btn-primary btn-gold' ,
36- btnStyle : { width : '100%' , background : 'var(--color-dark)' , border : '1px solid var(--color-gold)' , color : 'var(--color-gold)' } ,
36+ btnClass : 'btn btn-tier btn-gold' ,
3737 } ,
3838 {
3939 name : 'Silver' ,
4040 className : 'silver' ,
4141 price : 'USD 2,000' ,
42+ xafEquivalent : 'XAF 1,050,000' ,
4243 description : 'Great value for companies looking to support the community.' ,
4344 features : [
4445 '1 speaking slot' ,
4546 '3 conference tickets' ,
4647 'Tier 3 logo placement on website' ,
4748 ] ,
48- btnClass : 'btn btn-primary btn-silver' ,
49- btnStyle : { width : '100%' , background : 'var(--color-dark)' , border : '1px solid #c0c0c0' , color : '#c0c0c0' } ,
49+ btnClass : 'btn btn-tier btn-silver' ,
5050 } ,
5151 {
5252 name : 'Bronze' ,
5353 className : 'bronze' ,
5454 price : 'USD 1,000' ,
55+ xafEquivalent : 'XAF 525,000' ,
5556 description : 'Ideal for startups and smaller organizations.' ,
5657 features : [
5758 '1 speaking slot' ,
5859 '1 conference ticket' ,
5960 'Company logo on website' ,
6061 'Branding on select materials' ,
6162 ] ,
62- btnClass : 'btn btn-primary btn-bronze' ,
63- btnStyle : { width : '100%' , background : 'var(--color-dark)' , border : '1px solid #cd7f32' , color : '#cd7f32' } ,
63+ btnClass : 'btn btn-tier btn-bronze' ,
6464 } ,
6565 {
6666 name : 'Community' ,
6767 className : 'community' ,
6868 price : 'USD 500' ,
69+ xafEquivalent : 'XAF 262,500' ,
6970 description : 'Ideal for startups and smaller organizations.' ,
7071 features : [
7172 '1 conference ticket' ,
7273 'Company logo on website' ,
7374 'Branding on select materials' ,
7475 ] ,
75- btnClass : 'btn btn-primary' ,
76- btnStyle : { width : '100%' , background : 'var(--color-dark)' , border : '1px solid var(--color-green)' , color : 'var(--color-green)' } ,
76+ btnClass : 'btn btn-tier btn-community' ,
7777 } ,
7878] ;
7979
@@ -94,8 +94,7 @@ export const localTiers = [
9494 'Dedicated sponsor page on website' ,
9595 'Mention in all press releases' ,
9696 ] ,
97- btnClass : 'btn btn-primary btn-diamond' ,
98- btnStyle : { width : '100%' , background : '#b9f2ff' , color : 'var(--color-dark)' , border : '1px solid #b9f2ff' } ,
97+ btnClass : 'btn btn-tier btn-diamond' ,
9998 } ,
10099 {
101100 name : 'Gold' ,
@@ -111,8 +110,7 @@ export const localTiers = [
111110 'Tier 2 logo placement on website' ,
112111 'Mention in press releases' ,
113112 ] ,
114- btnClass : 'btn btn-primary btn-gold' ,
115- btnStyle : { width : '100%' , background : 'var(--color-dark)' , border : '1px solid var(--color-gold)' , color : 'var(--color-gold)' } ,
113+ btnClass : 'btn btn-tier btn-gold' ,
116114 } ,
117115 {
118116 name : 'Silver' ,
@@ -126,8 +124,7 @@ export const localTiers = [
126124 'Conference signage with branding' ,
127125 'Tier 3 logo placement on website' ,
128126 ] ,
129- btnClass : 'btn btn-primary btn-silver' ,
130- btnStyle : { width : '100%' , background : 'var(--color-dark)' , border : '1px solid #c0c0c0' , color : '#c0c0c0' } ,
127+ btnClass : 'btn btn-tier btn-silver' ,
131128 } ,
132129 {
133130 name : 'Bronze' ,
@@ -141,8 +138,7 @@ export const localTiers = [
141138 'Company logo on website' ,
142139 'Branding on select materials' ,
143140 ] ,
144- btnClass : 'btn btn-primary btn-bronze' ,
145- btnStyle : { width : '100%' , background : 'var(--color-dark)' , border : '1px solid #cd7f32' , color : '#cd7f32' } ,
141+ btnClass : 'btn btn-tier btn-bronze' ,
146142 } ,
147143 {
148144 name : 'Community' ,
@@ -155,7 +151,6 @@ export const localTiers = [
155151 'Company logo on website' ,
156152 'Branding on select materials' ,
157153 ] ,
158- btnClass : 'btn btn-primary' ,
159- btnStyle : { width : '100%' , background : 'var(--color-dark)' , border : '1px solid var(--color-green)' , color : 'var(--color-green)' } ,
154+ btnClass : 'btn btn-tier btn-community' ,
160155 } ,
161156] ;
0 commit comments