11import { motion } from 'framer-motion' ;
2- import { ArrowRight , Users , GitFork , Star , Sparkles , Zap , Trophy } from 'lucide-react' ;
3- import { Link } from 'react-router-dom' ;
4- import { cn } from '../lib/utils' ;
2+ import { Users , GitFork , Star , Sparkles , Zap , Trophy } from 'lucide-react' ;
3+ import Link from '@docusaurus/Link' ;
54import { PathLevel } from '../types' ;
65
76const pathfinderCards : Array < {
@@ -40,8 +39,6 @@ const githubStats = [
4039 { label : 'Forks' , value : '3.8K' , icon : GitFork } ,
4140] ;
4241
43-
44-
4542export function Community ( ) {
4643 return (
4744 < div className = "relative" >
@@ -57,7 +54,7 @@ export function Community() {
5754 < h2 className = "text-4xl md:text-5xl font-bold mb-4" >
5855 Join Our < span className = "text-[var(--ifm-color-primary)]" > Community</ span >
5956 </ h2 >
60- < p className = "text-[var(--text-secondary)] text- lg" >
57+ < p className = "text-lg" >
6158 Trusted by thousands of developers worldwide
6259 </ p >
6360 </ motion . div >
@@ -76,7 +73,7 @@ export function Community() {
7673 >
7774 < Icon className = "w-12 h-12 text-[var(--ifm-color-primary)] mx-auto mb-4" />
7875 < div className = "text-4xl font-bold mb-2" > { stat . value } </ div >
79- < div className = "text-[var(--text-secondary)] " > { stat . label } </ div >
76+ < div className = "" > { stat . label } </ div >
8077 </ motion . div >
8178 ) ;
8279 } ) }
@@ -95,7 +92,7 @@ export function Community() {
9592 < h3 className = "text-3xl md:text-4xl font-bold mb-4" >
9693 Open Source & Free Forever
9794 </ h3 >
98- < p className = "text-[var(--text-secondary)] text- lg mb-8 max-w-2xl mx-auto" >
95+ < p className = "text-lg mb-8 max-w-2xl mx-auto" >
9996 Built by the community, for the community. Contribute, learn, and grow
10097 together with developers from around the world.
10198 </ p >
@@ -109,8 +106,8 @@ export function Community() {
109106 Contribute on GitHub
110107 </ a >
111108 < Link
112- to = "/projects "
113- className = "px-8 py-4 bg-white/5 border border-white/10 rounded-lg font-semibold hover:bg-white/10 transition-all"
109+ to = "# "
110+ className = "px-8 py-4 border border-white rounded-lg font-semibold hover:bg-white/10 transition-all"
114111 >
115112 Browse Projects
116113 </ Link >
0 commit comments