1
1
import Link from 'next/link' ;
2
- import { Github , Twitter , Linkedin , FolderTreeIcon } from 'lucide-react' ;
2
+ import { FolderTreeIcon } from 'lucide-react' ;
3
3
4
4
const Footer = ( ) => {
5
5
return (
@@ -20,7 +20,7 @@ const Footer = () => {
20
20
</ p >
21
21
</ div >
22
22
< div >
23
- < h3 className = "text-base sm:text-lg md:text-xl font-semibold mb-4" > Quick Links </ h3 >
23
+ < h3 className = "text-base sm:text-lg md:text-xl font-semibold mb-4" > Resources </ h3 >
24
24
< ul className = "space-y-2" >
25
25
< li >
26
26
< Link href = "/docs" className = "hover:text-blue-400 transition-colors" >
@@ -50,36 +50,18 @@ const Footer = () => {
50
50
</ ul >
51
51
</ div >
52
52
< div >
53
- < h3 className = "text-base sm:text-lg md:text-xl font-semibold mb-4" > Social Links</ h3 >
54
- < div className = "flex space-x-4" >
55
- < a
56
- href = "https://github.com/coder-ralph"
57
- target = "_blank"
58
- rel = "noopener noreferrer"
59
- aria-label = "GitHub"
60
- className = "hover:text-blue-400 transition-colors"
61
- >
62
- < Github className = "h-6 w-6" />
63
- </ a >
64
- < a
65
- href = "https://x.com/coderralph"
66
- target = "_blank"
67
- rel = "noopener noreferrer"
68
- aria-label = "Twitter"
69
- className = "hover:text-blue-400 transition-colors"
70
- >
71
- < Twitter className = "h-6 w-6" />
72
- </ a >
53
+ < h3 className = "text-base sm:text-lg md:text-xl font-semibold mb-4" > Contribute</ h3 >
54
+ < p className = "text-sm sm:text-base md:text-lg text-gray-600 dark:text-gray-300" >
55
+ Have a suggestion?{ ' ' }
73
56
< a
74
- href = "https://www.linkedin. com/in/ralphrosael/ "
57
+ href = "https://github. com/coder-ralph/RepoTree "
75
58
target = "_blank"
76
59
rel = "noopener noreferrer"
77
- aria-label = "LinkedIn"
78
- className = "hover:text-blue-400 transition-colors"
60
+ className = "text-blue-600 hover:text-blue-400 transition-colors"
79
61
>
80
- < Linkedin className = "h-6 w-6" />
62
+ Contribute to the project!
81
63
</ a >
82
- </ div >
64
+ </ p >
83
65
</ div >
84
66
</ div >
85
67
< div className = "mt-8 pt-8 border-t border-gray-200 dark:border-gray-700 text-center text-sm sm:text-base md:text-lg text-gray-600 dark:text-gray-300" >
0 commit comments