@@ -35,43 +35,35 @@ export default function Footer() {
35
35
< h4 className = "text-lg font-semibold mb-6 text-white" > Learning Path</ h4 >
36
36
< ul className = "space-y-3" >
37
37
< li >
38
- < Link href = "/courses" >
39
- < a className = "text-gray-400 hover:text-white transition-colors flex items-center" >
40
- < svg className = "w-4 h-4 mr-2" fill = "none" stroke = "currentColor" viewBox = "0 0 24 24" xmlns = "http://www.w3.org/2000/svg" >
41
- < path strokeLinecap = "round" strokeLinejoin = "round" strokeWidth = { 2 } d = "M9 5l7 7-7 7" />
42
- </ svg >
43
- Learn Golang
44
- </ a >
38
+ < Link href = "/courses" className = "text-gray-400 hover:text-white transition-colors flex items-center" >
39
+ < svg className = "w-4 h-4 mr-2" fill = "none" stroke = "currentColor" viewBox = "0 0 24 24" xmlns = "http://www.w3.org/2000/svg" >
40
+ < path strokeLinecap = "round" strokeLinejoin = "round" strokeWidth = { 2 } d = "M9 5l7 7-7 7" />
41
+ </ svg >
42
+ Learn Golang
45
43
</ Link >
46
44
</ li >
47
45
< li >
48
- < Link href = "/projects" >
49
- < a className = "text-gray-400 hover:text-white transition-colors flex items-center" >
50
- < svg className = "w-4 h-4 mr-2" fill = "none" stroke = "currentColor" viewBox = "0 0 24 24" xmlns = "http://www.w3.org/2000/svg" >
51
- < path strokeLinecap = "round" strokeLinejoin = "round" strokeWidth = { 2 } d = "M9 5l7 7-7 7" />
52
- </ svg >
53
- Golang Projects
54
- </ a >
46
+ < Link href = "/projects" className = "text-gray-400 hover:text-white transition-colors flex items-center" >
47
+ < svg className = "w-4 h-4 mr-2" fill = "none" stroke = "currentColor" viewBox = "0 0 24 24" xmlns = "http://www.w3.org/2000/svg" >
48
+ < path strokeLinecap = "round" strokeLinejoin = "round" strokeWidth = { 2 } d = "M9 5l7 7-7 7" />
49
+ </ svg >
50
+ Golang Projects
55
51
</ Link >
56
52
</ li >
57
53
< li >
58
- < Link href = "/tutorials" >
59
- < a className = "text-gray-400 hover:text-white transition-colors flex items-center" >
60
- < svg className = "w-4 h-4 mr-2" fill = "none" stroke = "currentColor" viewBox = "0 0 24 24" xmlns = "http://www.w3.org/2000/svg" >
61
- < path strokeLinecap = "round" strokeLinejoin = "round" strokeWidth = { 2 } d = "M9 5l7 7-7 7" />
62
- </ svg >
63
- Tutorials
64
- </ a >
54
+ < Link href = "/tutorials" className = "text-gray-400 hover:text-white transition-colors flex items-center" >
55
+ < svg className = "w-4 h-4 mr-2" fill = "none" stroke = "currentColor" viewBox = "0 0 24 24" xmlns = "http://www.w3.org/2000/svg" >
56
+ < path strokeLinecap = "round" strokeLinejoin = "round" strokeWidth = { 2 } d = "M9 5l7 7-7 7" />
57
+ </ svg >
58
+ Tutorials
65
59
</ Link >
66
60
</ li >
67
61
< li >
68
- < Link href = "/roadmap" >
69
- < a className = "text-gray-400 hover:text-white transition-colors flex items-center" >
70
- < svg className = "w-4 h-4 mr-2" fill = "none" stroke = "currentColor" viewBox = "0 0 24 24" xmlns = "http://www.w3.org/2000/svg" >
71
- < path strokeLinecap = "round" strokeLinejoin = "round" strokeWidth = { 2 } d = "M9 5l7 7-7 7" />
72
- </ svg >
73
- Learning Roadmap
74
- </ a >
62
+ < Link href = "/roadmap" className = "text-gray-400 hover:text-white transition-colors flex items-center" >
63
+ < svg className = "w-4 h-4 mr-2" fill = "none" stroke = "currentColor" viewBox = "0 0 24 24" xmlns = "http://www.w3.org/2000/svg" >
64
+ < path strokeLinecap = "round" strokeLinejoin = "round" strokeWidth = { 2 } d = "M9 5l7 7-7 7" />
65
+ </ svg >
66
+ Learning Roadmap
75
67
</ Link >
76
68
</ li >
77
69
</ ul >
@@ -80,43 +72,35 @@ export default function Footer() {
80
72
< h4 className = "text-lg font-semibold mb-6 text-white" > Resources</ h4 >
81
73
< ul className = "space-y-3" >
82
74
< li >
83
- < Link href = "/playground" >
84
- < a className = "text-gray-400 hover:text-white transition-colors flex items-center" >
85
- < svg className = "w-4 h-4 mr-2" fill = "none" stroke = "currentColor" viewBox = "0 0 24 24" xmlns = "http://www.w3.org/2000/svg" >
86
- < path strokeLinecap = "round" strokeLinejoin = "round" strokeWidth = { 2 } d = "M9 5l7 7-7 7" />
87
- </ svg >
88
- Golang Playground
89
- </ a >
75
+ < Link href = "/playground" className = "text-gray-400 hover:text-white transition-colors flex items-center" >
76
+ < svg className = "w-4 h-4 mr-2" fill = "none" stroke = "currentColor" viewBox = "0 0 24 24" xmlns = "http://www.w3.org/2000/svg" >
77
+ < path strokeLinecap = "round" strokeLinejoin = "round" strokeWidth = { 2 } d = "M9 5l7 7-7 7" />
78
+ </ svg >
79
+ Golang Playground
90
80
</ Link >
91
81
</ li >
92
82
< li >
93
- < Link href = "/cheatsheet" >
94
- < a className = "text-gray-400 hover:text-white transition-colors flex items-center" >
95
- < svg className = "w-4 h-4 mr-2" fill = "none" stroke = "currentColor" viewBox = "0 0 24 24" xmlns = "http://www.w3.org/2000/svg" >
96
- < path strokeLinecap = "round" strokeLinejoin = "round" strokeWidth = { 2 } d = "M9 5l7 7-7 7" />
97
- </ svg >
98
- Golang Cheat Sheet
99
- </ a >
83
+ < Link href = "/cheatsheet" className = "text-gray-400 hover:text-white transition-colors flex items-center" >
84
+ < svg className = "w-4 h-4 mr-2" fill = "none" stroke = "currentColor" viewBox = "0 0 24 24" xmlns = "http://www.w3.org/2000/svg" >
85
+ < path strokeLinecap = "round" strokeLinejoin = "round" strokeWidth = { 2 } d = "M9 5l7 7-7 7" />
86
+ </ svg >
87
+ Golang Cheat Sheet
100
88
</ Link >
101
89
</ li >
102
90
< li >
103
- < Link href = "/forum" >
104
- < a className = "text-gray-400 hover:text-white transition-colors flex items-center" >
105
- < svg className = "w-4 h-4 mr-2" fill = "none" stroke = "currentColor" viewBox = "0 0 24 24" xmlns = "http://www.w3.org/2000/svg" >
106
- < path strokeLinecap = "round" strokeLinejoin = "round" strokeWidth = { 2 } d = "M9 5l7 7-7 7" />
107
- </ svg >
108
- Community Forum
109
- </ a >
91
+ < Link href = "/forum" className = "text-gray-400 hover:text-white transition-colors flex items-center" >
92
+ < svg className = "w-4 h-4 mr-2" fill = "none" stroke = "currentColor" viewBox = "0 0 24 24" xmlns = "http://www.w3.org/2000/svg" >
93
+ < path strokeLinecap = "round" strokeLinejoin = "round" strokeWidth = { 2 } d = "M9 5l7 7-7 7" />
94
+ </ svg >
95
+ Community Forum
110
96
</ Link >
111
97
</ li >
112
98
< li >
113
- < Link href = "/blog" >
114
- < a className = "text-gray-400 hover:text-white transition-colors flex items-center" >
115
- < svg className = "w-4 h-4 mr-2" fill = "none" stroke = "currentColor" viewBox = "0 0 24 24" xmlns = "http://www.w3.org/2000/svg" >
116
- < path strokeLinecap = "round" strokeLinejoin = "round" strokeWidth = { 2 } d = "M9 5l7 7-7 7" />
117
- </ svg >
118
- Blog
119
- </ a >
99
+ < Link href = "/blog" className = "text-gray-400 hover:text-white transition-colors flex items-center" >
100
+ < svg className = "w-4 h-4 mr-2" fill = "none" stroke = "currentColor" viewBox = "0 0 24 24" xmlns = "http://www.w3.org/2000/svg" >
101
+ < path strokeLinecap = "round" strokeLinejoin = "round" strokeWidth = { 2 } d = "M9 5l7 7-7 7" />
102
+ </ svg >
103
+ Blog
120
104
</ Link >
121
105
</ li >
122
106
</ ul >
@@ -143,14 +127,14 @@ export default function Footer() {
143
127
< div className = "flex flex-col md:flex-row justify-between items-center" >
144
128
< p > © { new Date ( ) . getFullYear ( ) } GolangMastery. All rights reserved.</ p >
145
129
< div className = "flex space-x-6 mt-4 md:mt-0" >
146
- < Link href = "/privacy" >
147
- < a className = "text-gray-500 hover:text-gray-300 transition-colors" > Privacy Policy</ a >
130
+ < Link href = "/privacy" className = "text-gray-500 hover:text-gray-300 transition-colors" >
131
+ Privacy Policy
148
132
</ Link >
149
- < Link href = "/terms" >
150
- < a className = "text-gray-500 hover:text-gray-300 transition-colors" > Terms of Service</ a >
133
+ < Link href = "/terms" className = "text-gray-500 hover:text-gray-300 transition-colors" >
134
+ Terms of Service
151
135
</ Link >
152
- < Link href = "/contact" >
153
- < a className = "text-gray-500 hover:text-gray-300 transition-colors" > Contact Us</ a >
136
+ < Link href = "/contact" className = "text-gray-500 hover:text-gray-300 transition-colors" >
137
+ Contact Us
154
138
</ Link >
155
139
</ div >
156
140
</ div >
0 commit comments