diff --git a/src/config/orgStats.ts b/src/config/orgStats.ts new file mode 100644 index 00000000..bcf8eb06 --- /dev/null +++ b/src/config/orgStats.ts @@ -0,0 +1,5 @@ +export const orgStats = { + activeProjects: 34, + totalContributors: 500, + communityCount: 3800, +}; diff --git a/src/pages/about.jsx b/src/pages/about.jsx index 88c1768c..a3ad1310 100644 --- a/src/pages/about.jsx +++ b/src/pages/about.jsx @@ -1,4 +1,5 @@ import { useState, useEffect } from 'react'; +import { orgStats } from '../config/orgStats'; import Image from 'next/image'; import Head from 'next/head'; import { Container } from '@/components/Container'; @@ -154,15 +155,15 @@ export default function About() {
Active Projects
Total Contributors
Community Count
34+
+{orgStats.activeProjects}+
500+
+{orgStats.totalContributors}+
2000+
+{orgStats.communityCount}+