We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107d43e commit 4e26fe5Copy full SHA for 4e26fe5
src/app/about/page.jsx
@@ -141,8 +141,10 @@ export default function About() {
141
{/* Stats Cards */}
142
{[
143
{ value: stats.years, label: 'years' },
144
- { value: stats.projects, label: 'repos' },
145
- { value: `${stats.contributors}+`, label: 'community members' }
+ { value: stats.projects, label: 'projects' },
+ { value: 203, label: 'repos' },
146
+ { value: `${stats.contributors}+`, label: 'contributors' },
147
+ { value: '7500+', label: 'community members' }
148
].map((item, index) => (
149
<motion.div
150
key={index}
0 commit comments