@@ -37,7 +37,7 @@ export const Slide14TokenDistribution = () => {
3737 return (
3838 < div
3939 key = { i }
40- className = "relative rounded-2xl p-4 group hover:bg-white/5 transition-colors overflow-hidden"
40+ className = "relative rounded-2xl p-6 group hover:bg-white/5 transition-colors overflow-hidden"
4141 style = { {
4242 background : 'linear-gradient(135deg, rgba(20,20,25,0.9) 0%, rgba(30,30,35,0.8) 100%)' ,
4343 border : '1px solid rgba(255,140,0,0.2)' ,
@@ -51,16 +51,16 @@ export const Slide14TokenDistribution = () => {
5151 />
5252
5353 < div className = "relative z-10 flex flex-col items-center text-center h-full" >
54- < div className = "w-9 h-9 mb-2 rounded-lg bg-primary/10 flex items-center justify-center border border-primary/20" >
55- < IconComponent className = "w-4 h-4 text-primary" />
54+ < div className = "w-14 h-14 mb-3 rounded-lg bg-primary/10 flex items-center justify-center border border-primary/20" >
55+ < IconComponent className = "w-7 h-7 text-primary" />
5656 </ div >
5757
58- < h4 className = "font-display font-medium text-muted-foreground uppercase tracking-wider text-xs mb-1 " > { a . name } </ h4 >
59- < div className = "text-4xl font-bold text-white mb-2 tracking-tight drop-shadow-lg" >
60- { a . percent } < span className = "text-xl text-primary/80" > %</ span >
58+ < h4 className = "font-display font-medium text-muted-foreground uppercase tracking-wider text-base mb-2 " > { a . name } </ h4 >
59+ < div className = "text-6xl font-bold text-white mb-3 tracking-tight drop-shadow-lg" >
60+ { a . percent } < span className = "text-3xl text-primary/80" > %</ span >
6161 </ div >
6262
63- < p className = "text-xs text-muted-foreground/90 leading-tight mt-auto" > { a . purpose } </ p >
63+ < p className = "text-base text-muted-foreground/90 leading-relaxed mt-auto" > { a . purpose } </ p >
6464 </ div >
6565 </ div >
6666 ) ;
@@ -76,17 +76,17 @@ export const Slide14TokenDistribution = () => {
7676 key = { i }
7777 className = "flex items-center gap-1.5 bg-white/5 border border-white/10 rounded-full px-3 py-1.5 hover:border-primary/40 transition-colors whitespace-nowrap"
7878 >
79- < IconComponent className = "w-3 h-3 text-muted-foreground" />
80- < span className = "text-[10px] sm:text-xs text-muted-foreground font-medium" > { a . name } </ span >
81- < span className = "text-xs font-bold text-primary pl-1 border-l border-white/10" > { a . percent } %</ span >
79+ < IconComponent className = "w-5 h-5 text-muted-foreground" />
80+ < span className = "text-sm sm:text-base text-muted-foreground font-medium" > { a . name } </ span >
81+ < span className = "text-base font-bold text-primary pl-2 border-l border-white/10" > { a . percent } %</ span >
8282 </ div >
8383 ) ;
8484 } ) }
8585 </ div >
8686
8787 { /* Cake Power System */ }
8888 < div
89- className = "relative max-w-3xl mx-auto rounded-xl p-5 mb-8 animate-fade-in text-center"
89+ className = "relative max-w-4xl mx-auto rounded-xl p-6 mb-8 animate-fade-in text-center"
9090 style = { {
9191 animationDelay : "300ms" ,
9292 background : 'linear-gradient(135deg, rgba(255,140,0,0.1) 0%, rgba(20,20,30,0.95) 100%)' ,
@@ -96,25 +96,25 @@ export const Slide14TokenDistribution = () => {
9696 >
9797 < div className = "absolute top-0 left-1/2 -translate-x-1/2 w-40 h-[1px] bg-gradient-to-r from-transparent via-primary to-transparent" />
9898
99- < h3 className = "font-display text-sm font-bold text-primary mb-3 uppercase tracking-widest flex items-center justify-center gap-2" >
100- < Zap className = "w-4 h-4 " /> Cake Power System
99+ < h3 className = "font-display text-lg font-bold text-primary mb-4 uppercase tracking-widest flex items-center justify-center gap-2" >
100+ < Zap className = "w-6 h-6 " /> Cake Power System
101101 </ h3 >
102- < div className = "text-sm text-foreground/80 space-y-1.5 font-medium" >
102+ < div className = "text-lg text-foreground/80 space-y-2 font-medium" >
103103 < p > NFT Pass = PoW Mining + < span className = "text-white font-bold" > Boosted Cake Power</ span > </ p >
104104 < p > More Cake Power = < span className = "text-white font-bold" > Boost FCC Staking APR</ span > </ p >
105- < p className = "text-muted-foreground text-xs mt-2 italic" > Composable: Stake FCC with booster NFTs for < span className = "text-primary not-italic font-bold" > exponential gains</ span > </ p >
105+ < p className = "text-muted-foreground text-base mt-2 italic" > Composable: Stake FCC with booster NFTs for < span className = "text-primary not-italic font-bold" > exponential gains</ span > </ p >
106106 </ div >
107107 </ div >
108108
109109 { /* Philosophy */ }
110110 < div className = "text-center animate-fade-in" style = { { animationDelay : "400ms" } } >
111- < p className = "text-xs text-muted-foreground mb-3 font-mono uppercase tracking-widest" > The Philosophy</ p >
112- < div className = "inline-flex flex-wrap items-center justify-center gap-8 text-lg font-display" >
111+ < p className = "text-base text-muted-foreground mb-3 font-mono uppercase tracking-widest" > The Philosophy</ p >
112+ < div className = "inline-flex flex-wrap items-center justify-center gap-8 text-2xl font-display" >
113113 < span className = "text-muted-foreground" > Contribute → < span className = "text-primary font-bold" > Earn</ span > </ span >
114114 < span className = "text-muted-foreground" > Build → < span className = "text-primary font-bold" > Own</ span > </ span >
115115 < span className = "text-muted-foreground" > Participate → < span className = "text-primary font-bold" > Benefit</ span > </ span >
116116 </ div >
117- < p className = "text-muted-foreground/50 text-xs mt-3" > No free rides. No speculation-first design.</ p >
117+ < p className = "text-muted-foreground/50 text-sm mt-3" > No free rides. No speculation-first design.</ p >
118118 </ div >
119119 </ SlideContainer >
120120 ) ;
0 commit comments