@@ -35,43 +35,35 @@ export default function Footer() {
3535 < h4 className = "text-lg font-semibold mb-6 text-white" > Learning Path</ h4 >
3636 < ul className = "space-y-3" >
3737 < 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
4543 </ Link >
4644 </ li >
4745 < 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
5551 </ Link >
5652 </ li >
5753 < 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
6559 </ Link >
6660 </ li >
6761 < 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
7567 </ Link >
7668 </ li >
7769 </ ul >
@@ -80,43 +72,35 @@ export default function Footer() {
8072 < h4 className = "text-lg font-semibold mb-6 text-white" > Resources</ h4 >
8173 < ul className = "space-y-3" >
8274 < 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
9080 </ Link >
9181 </ li >
9282 < 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
10088 </ Link >
10189 </ li >
10290 < 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
11096 </ Link >
11197 </ li >
11298 < 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
120104 </ Link >
121105 </ li >
122106 </ ul >
@@ -143,14 +127,14 @@ export default function Footer() {
143127 < div className = "flex flex-col md:flex-row justify-between items-center" >
144128 < p > © { new Date ( ) . getFullYear ( ) } GolangMastery. All rights reserved.</ p >
145129 < 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
148132 </ 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
151135 </ 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
154138 </ Link >
155139 </ div >
156140 </ div >
0 commit comments