|
1 | | - |
2 | 1 | import React from 'react'; |
3 | 2 | import StarBackground from '@/components/StarBackground'; |
4 | | -import { Network, TrendingUp, Shield, Coins, Sprout, Pickaxe, Layers } from 'lucide-react'; |
| 3 | +import { Network, TrendingUp, Shield, Coins, Sprout, Pickaxe, Layers, Dna, FlaskConical, Gamepad2, Database, Quantum, Leaf, Building, Users, Landmark } from 'lucide-react'; |
5 | 4 | import { Button } from '@/components/ui/button'; |
6 | 5 | import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card'; |
7 | 6 |
|
@@ -65,6 +64,60 @@ const CoNetWorKing: React.FC = () => { |
65 | 64 | description: "Earn by staying active! Our Staking system allows you to earn rewards by keeping your cryptocurrencies with our CoNetWorKing.", |
66 | 65 | icon: <Coins className="h-8 w-8 text-white" />, |
67 | 66 | color: "bg-gradient-to-br from-red-500 to-pink-400" |
| 67 | + }, |
| 68 | + { |
| 69 | + title: "BioFi", |
| 70 | + description: "Revolutionize biotechnology funding through decentralized finance. Support and invest in groundbreaking biological research and medical innovations.", |
| 71 | + icon: <Dna className="h-8 w-8 text-white" />, |
| 72 | + color: "bg-gradient-to-br from-teal-500 to-blue-400" |
| 73 | + }, |
| 74 | + { |
| 75 | + title: "DeSci (Decentralized Science)", |
| 76 | + description: "Transform scientific research through blockchain technology. Enable transparent, collaborative, and incentivized scientific discoveries.", |
| 77 | + icon: <FlaskConical className="h-8 w-8 text-white" />, |
| 78 | + color: "bg-gradient-to-br from-indigo-500 to-purple-400" |
| 79 | + }, |
| 80 | + { |
| 81 | + title: "GameFi", |
| 82 | + description: "Play to earn in the new gaming economy. Combine gaming entertainment with financial rewards through blockchain-based gaming platforms.", |
| 83 | + icon: <Gamepad2 className="h-8 w-8 text-white" />, |
| 84 | + color: "bg-gradient-to-br from-violet-500 to-fuchsia-400" |
| 85 | + }, |
| 86 | + { |
| 87 | + title: "IPFS", |
| 88 | + description: "Store and share data in a distributed file system. Access decentralized storage solutions that ensure data permanence and censorship resistance.", |
| 89 | + icon: <Database className="h-8 w-8 text-white" />, |
| 90 | + color: "bg-gradient-to-br from-slate-500 to-gray-400" |
| 91 | + }, |
| 92 | + { |
| 93 | + title: "QFS (Quantum Financial System)", |
| 94 | + description: "Experience next-generation quantum-secured financial transactions. Benefit from quantum-resistant cryptography and ultra-fast processing.", |
| 95 | + icon: <Quantum className="h-8 w-8 text-white" />, |
| 96 | + color: "bg-gradient-to-br from-emerald-500 to-teal-400" |
| 97 | + }, |
| 98 | + { |
| 99 | + title: "ReFi (Regenerative Finance)", |
| 100 | + description: "Finance that heals the planet. Invest in projects that create positive environmental and social impact while generating sustainable returns.", |
| 101 | + icon: <Leaf className="h-8 w-8 text-white" />, |
| 102 | + color: "bg-gradient-to-br from-green-600 to-lime-400" |
| 103 | + }, |
| 104 | + { |
| 105 | + title: "RWA (Real World Assets)", |
| 106 | + description: "Tokenize real-world assets on the blockchain. Bridge traditional assets with digital finance for enhanced liquidity and accessibility.", |
| 107 | + icon: <Building className="h-8 w-8 text-white" />, |
| 108 | + color: "bg-gradient-to-br from-amber-500 to-orange-400" |
| 109 | + }, |
| 110 | + { |
| 111 | + title: "SocialFi", |
| 112 | + description: "Monetize your social interactions and content creation. Earn rewards for engaging with communities and creating valuable social connections.", |
| 113 | + icon: <Users className="h-8 w-8 text-white" />, |
| 114 | + color: "bg-gradient-to-br from-pink-500 to-rose-400" |
| 115 | + }, |
| 116 | + { |
| 117 | + title: "TradFi", |
| 118 | + description: "Bridge traditional finance with decentralized systems. Integrate conventional financial services with blockchain technology for enhanced efficiency.", |
| 119 | + icon: <Landmark className="h-8 w-8 text-white" />, |
| 120 | + color: "bg-gradient-to-br from-blue-600 to-indigo-400" |
68 | 121 | } |
69 | 122 | ]; |
70 | 123 |
|
|
0 commit comments