We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 055b170 commit 62a085bCopy full SHA for 62a085b
1 file changed
src/components/ParticipationSection.tsx
@@ -17,28 +17,6 @@ const features = [{
17
description: "Contribute to ongoing discussions and knowledge sharing in our decentralized forums."
18
}];
19
20
-const stats = [{
21
- value: "195",
22
- label: "Countries - DAO Members",
23
- icon: Globe,
24
- color: "text-alien-green",
25
- planetIcon: true
26
-}, {
27
- value: "161 YB",
28
- label: "Data Storage",
29
- icon: Database,
30
- color: "text-alien-gold"
31
32
- value: "$125M",
33
- label: "Total Value Locked",
34
- icon: CircleDollarSign,
35
36
37
- value: "99.99%",
38
- label: "DAO Uptime",
39
- icon: Calendar,
40
- color: "text-alien-green"
41
-}];
42
43
const ParticipationSection = () => {
44
return <section id="participate" className="py-20 relative">
0 commit comments