@@ -465,6 +465,99 @@ const CoNetWorKing: React.FC = () => {
465465 </ div >
466466 </ div >
467467
468+ { /* DAO Section */ }
469+ < div className = "mb-20" >
470+ < h2 className = "text-3xl font-bold text-alien-gold mb-12 text-center font-[Atomic Age]" >
471+ Decentralized Autonomous Organization
472+ </ h2 >
473+ < div className = "grid grid-cols-1 md:grid-cols-2 gap-8" >
474+ { /* Governance */ }
475+ < Card className = "bg-alien-space-dark/70 backdrop-blur-md border border-alien-gold/30 hover:border-alien-gold/60 transition-all duration-300" >
476+ < CardHeader >
477+ < div className = "flex items-center gap-4 mb-4" >
478+ < div className = "p-3 bg-gradient-to-br from-purple-500 to-pink-400 rounded-full" >
479+ < Shield className = "h-8 w-8 text-white" />
480+ </ div >
481+ < CardTitle className = "text-alien-gold font-[Atomic Age] text-2xl" > Governance</ CardTitle >
482+ </ div >
483+ </ CardHeader >
484+ < CardContent >
485+ < CardDescription className = "text-gray-300 font-[Exo] leading-relaxed mb-6" >
486+ Participate in the democratic governance of AlienFlowSpace DAO. Every token holder has a voice in shaping the future of our ecosystem through transparent voting mechanisms.
487+ </ CardDescription >
488+ < div className = "space-y-3" >
489+ < div className = "flex items-start gap-3 p-3 bg-alien-space-light/20 rounded-lg" >
490+ < Users className = "h-5 w-5 text-alien-green flex-shrink-0 mt-1" />
491+ < div >
492+ < h4 className = "text-alien-gold font-[Exo] font-semibold mb-1" > Token-Based Voting</ h4 >
493+ < p className = "text-gray-400 text-sm" > One token, one vote - fully decentralized decision-making</ p >
494+ </ div >
495+ </ div >
496+ < div className = "flex items-start gap-3 p-3 bg-alien-space-light/20 rounded-lg" >
497+ < Landmark className = "h-5 w-5 text-alien-green flex-shrink-0 mt-1" />
498+ < div >
499+ < h4 className = "text-alien-gold font-[Exo] font-semibold mb-1" > Treasury Management</ h4 >
500+ < p className = "text-gray-400 text-sm" > Community controls allocation of DAO funds</ p >
501+ </ div >
502+ </ div >
503+ < div className = "flex items-start gap-3 p-3 bg-alien-space-light/20 rounded-lg" >
504+ < Network className = "h-5 w-5 text-alien-green flex-shrink-0 mt-1" />
505+ < div >
506+ < h4 className = "text-alien-gold font-[Exo] font-semibold mb-1" > On-Chain Execution</ h4 >
507+ < p className = "text-gray-400 text-sm" > Smart contracts execute approved proposals automatically</ p >
508+ </ div >
509+ </ div >
510+ </ div >
511+ </ CardContent >
512+ </ Card >
513+
514+ { /* Proposals */ }
515+ < Card className = "bg-alien-space-dark/70 backdrop-blur-md border border-alien-gold/30 hover:border-alien-gold/60 transition-all duration-300" >
516+ < CardHeader >
517+ < div className = "flex items-center gap-4 mb-4" >
518+ < div className = "p-3 bg-gradient-to-br from-blue-500 to-cyan-400 rounded-full" >
519+ < Zap className = "h-8 w-8 text-white" />
520+ </ div >
521+ < CardTitle className = "text-alien-gold font-[Atomic Age] text-2xl" > Proposals</ CardTitle >
522+ </ div >
523+ </ CardHeader >
524+ < CardContent >
525+ < CardDescription className = "text-gray-300 font-[Exo] leading-relaxed mb-6" >
526+ Submit and vote on proposals that drive the evolution of our ecosystem. From protocol upgrades to community initiatives, your voice matters.
527+ </ CardDescription >
528+ < div className = "space-y-3" >
529+ < div className = "flex items-start gap-3 p-3 bg-alien-space-light/20 rounded-lg" >
530+ < TrendingUp className = "h-5 w-5 text-alien-green flex-shrink-0 mt-1" />
531+ < div >
532+ < h4 className = "text-alien-gold font-[Exo] font-semibold mb-1" > Protocol Upgrades</ h4 >
533+ < p className = "text-gray-400 text-sm" > Propose improvements to smart contracts and features</ p >
534+ </ div >
535+ </ div >
536+ < div className = "flex items-start gap-3 p-3 bg-alien-space-light/20 rounded-lg" >
537+ < Coins className = "h-5 w-5 text-alien-green flex-shrink-0 mt-1" />
538+ < div >
539+ < h4 className = "text-alien-gold font-[Exo] font-semibold mb-1" > Funding Requests</ h4 >
540+ < p className = "text-gray-400 text-sm" > Request DAO funding for community projects</ p >
541+ </ div >
542+ </ div >
543+ < div className = "flex items-start gap-3 p-3 bg-alien-space-light/20 rounded-lg" >
544+ < Globe className = "h-5 w-5 text-alien-green flex-shrink-0 mt-1" />
545+ < div >
546+ < h4 className = "text-alien-gold font-[Exo] font-semibold mb-1" > Partnership Proposals</ h4 >
547+ < p className = "text-gray-400 text-sm" > Suggest strategic collaborations and integrations</ p >
548+ </ div >
549+ </ div >
550+ </ div >
551+ < div className = "mt-6" >
552+ < Button className = "w-full bg-alien-gold hover:bg-alien-gold/90 text-alien-space-dark font-[Exo]" >
553+ View Active Proposals
554+ </ Button >
555+ </ div >
556+ </ CardContent >
557+ </ Card >
558+ </ div >
559+ </ div >
560+
468561 { /* CTA Section */ }
469562 < div className = "bg-gradient-to-r from-alien-green/20 to-alien-gold/20 rounded-xl p-12 text-center backdrop-blur-md border border-alien-gold/30" >
470563 < Network className = "h-16 w-16 text-alien-gold mx-auto mb-6" />
0 commit comments