@@ -21,7 +21,10 @@ function CATSection() {
2121 < div className = "flex sm:flex-row flex-col gap-4 sm:gap-0 items-center mt-8 justify-evenly w-full px-20" >
2222 < Card className = "relative rounded border sm:px-10 sm:py-8 p-4 min-w-[300px] min-h-[300px]" >
2323 < CardContent className = "p-4 flex flex-col items-center text-center space-y-4" >
24- < Rocket className = "h-8 w-8 text-primary" />
24+ < Rocket
25+ className = "h-8 w-8 text-muted-foreground"
26+ strokeWidth = "1.5"
27+ />
2528 < h3 className = "text-lg font-semibold" > Early Adopter</ h3 >
2629 < p className = "text-muted-foreground text-sm max-w-80" >
2730 Be among the first to use and provide feedback on CodeGen. Your
@@ -32,7 +35,7 @@ function CATSection() {
3235 variant = { "outline" }
3336 className = "inline-flex items-center justify-center"
3437 >
35- < Link href = "/get-started " >
38+ < Link href = "/docs/introduction " >
3639 Get Started
3740 < ArrowRight className = "ml-2 h-4 w-4" />
3841 </ Link >
@@ -43,7 +46,10 @@ function CATSection() {
4346
4447 < Card className = "relative rounded border sm:px-10 sm:py-8 p-4 min-w-[300px] min-h-[300px]" >
4548 < CardContent className = "p-4 flex flex-col items-center text-center space-y-4" >
46- < GitHubLogoIcon className = "h-8 w-8 text-primary" />
49+ < GitHubLogoIcon
50+ className = "h-8 w-8 text-muted-foreground"
51+ strokeWidth = { 1.5 }
52+ />
4753 < div className = "text-lg font-semibold" > Contribute on GitHub</ div >
4854 < p className = "text-muted-foreground text-sm max-w-80" >
4955 Help build CodeGen from the ground up. Your contributions, big or
@@ -65,7 +71,10 @@ function CATSection() {
6571
6672 < Card className = "relative rounded border sm:px-10 sm:py-8 p-4 min-w-[300px] min-h-[300px]" >
6773 < CardContent className = "p-4 flex flex-col items-center text-center space-y-4" >
68- < Lightbulb className = "h-8 w-8 text-primary" />
74+ < Lightbulb
75+ className = "h-8 w-8 text-muted-foreground"
76+ strokeWidth = { 1.5 }
77+ />
6978 < div className = "text-lg font-semibold" > Shape the Future</ div >
7079 < p className = "text-muted-foreground text-sm max-w-80" >
7180 Share your ideas and help define the roadmap for CodeGen. Your
@@ -86,20 +95,23 @@ function CATSection() {
8695 </ Card >
8796 </ div >
8897
89- { /* <hr className="m-0 h-px w-full border-none bg-gradient-to-r from-neutral-200/0 via-neutral-200/30 to-neutral-200/0 my-10" /> */ }
90-
9198 < div className = "flex flex-col items-center mt-10 sm:mt-20 z-10" >
9299 < p className = "text-muted-foreground mb-4 text-center" >
93100 Join the growing CodeGen community and be part of something
94101 extraordinary from the start
95102 </ p >
103+
96104 < Button
97105 asChild
98106 size = "lg"
99107 variant = { "outline" }
100- className = "inline-flex h-12 animate-shimmer items-center justify-center rounded-md border border-slate-800 bg-[linear-gradient(110deg,#000103 ,45%,#1e2631 ,55%,#000103 )] bg-[length:200%_100%] px-6 font-medium text-slate-400 transition-colors focus:outline-none focus:ring-2 focus:ring-slate-400 focus:ring-offset-2 focus:ring-offset-slate-50"
108+ className = "mt-6 sm:mt-8 ring-0 focus:ring-0 inline-flex h-12 animate-shimmer items-center justify-center rounded-md border border-slate-800 bg-[linear-gradient(110deg,#151225 ,45%,#23495f ,55%,#151225 )] bg-[length:200%_100%] px-6 font-medium text-slate-400 transition-colors focus:outline-none focus:ring-slate-400 focus:ring-offset-2 focus:ring-offset-slate-50"
101109 >
102- < Link href = "/join" >
110+ < Link
111+ href = "https://discord.gg/Ynct5xen"
112+ target = "_blank"
113+ rel = "noopener noreferrer"
114+ >
103115 < DiscordLogoIcon className = "mr-2 h-10 w-10 animate-pulse " />
104116 Join the CodeGen Movement
105117 </ Link >
@@ -110,8 +122,3 @@ function CATSection() {
110122}
111123
112124export default CATSection ;
113-
114- // // Button code
115- // <button className="inline-flex h-12 animate-shimmer items-center justify-center rounded-md border border-slate-800 bg-[linear-gradient(110deg,#000103,45%,#1e2631,55%,#000103)] bg-[length:200%_100%] px-6 font-medium text-slate-400 transition-colors focus:outline-none focus:ring-2 focus:ring-slate-400 focus:ring-offset-2 focus:ring-offset-slate-50">
116- // Shimmer
117- // </button>
0 commit comments