@@ -9,14 +9,10 @@ const Impressum = () => {
99 < header className = "sticky top-0 z-50 bg-black/80 backdrop-blur-md border-b border-white/10" >
1010 < div className = "px-6 md:px-10 lg:px-20" >
1111 < nav className = "flex items-center justify-between h-20" >
12- < Link to = "/" className = "text-2xl font-bold tracking-tight text-white hover:opacity-80 transition-opacity" >
12+ < Link to = "/" className = "text-2xl font-bold tracking-tight text-white hover:opacity-80 transition-opacity" >
1313 NetAuto
1414 </ Link >
15- < Link
16- to = "/"
17- className = "text-sm text-gray-400 hover:text-white transition-colors"
18- >
19-
15+ < Link to = "/" className = "text-sm text-gray-400 hover:text-white transition-colors" >
2016 ← Back to Home
2117 </ Link >
2218 </ nav >
@@ -34,11 +30,11 @@ const Impressum = () => {
3430 < AnimatedSection delay = { 100 } >
3531 < section className = "mb-12" >
3632 < h2 className = "text-xl font-semibold mb-4 text-white" >
37- Information according to § 5 TMG
33+ Information according to < a href = "https://www.gesetze-im-internet.de/ddg/__5.html" target = "_blank" rel = "noopener noreferrer" className = "text-blue-400 hover:underline" > §5 DDG </ a >
3834 </ h2 >
3935 < div className = "text-gray-600 leading-relaxed space-y-1" >
40- < p > NetAuto Community Initiative </ p >
41- < p > c/o Florian Löhden & Uzma Saman Chanderki </ p >
36+ < p > NetAuto Group </ p >
37+ < p > c/o Florian Loehden & Uzma Saman Chanderki </ p >
4238 </ div >
4339 </ section >
4440 </ AnimatedSection >
@@ -84,8 +80,7 @@ const Impressum = () => {
8480 Email:{ "" }
8581 < a
8682 href = "netautorheinmain@gmail.com"
87- className = "text-blue-400 underline underline-offset-4 hover:no-underline"
88- >
83+ className = "text-blue-400 underline underline-offset-4 hover:no-underline" >
8984 netautorheinmain@gmail.com
9085 </ a >
9186 </ p >
0 commit comments