Remove live stream links and legal footer information from pages
Remove "LIVE" navigation links and legal footer links (Impressum, Datenschutz, Nutzungsbedingungen) from GeschichteLiedPage and GipfelstammtischPage components. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 401e2ec0-e00d-4f10-9d0e-60f3d479f9a5 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 086f745b-bec1-4a0e-bf9f-4f40c3affa7e Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/60d372ff-2c10-46c7-b01b-10c3435136b0/401e2ec0-e00d-4f10-9d0e-60f3d479f9a5/lDvepVp
This commit is contained in:
parent
cb09cb1026
commit
79ab15d745
@ -132,11 +132,6 @@ export default function GeschichteLiedPage() {
|
|||||||
GIPFELSTAMMTISCH
|
GIPFELSTAMMTISCH
|
||||||
<span className="absolute bottom-0 left-0 w-0 h-0.5 bg-[#da234d] transition-all duration-300 group-hover:w-full"></span>
|
<span className="absolute bottom-0 left-0 w-0 h-0.5 bg-[#da234d] transition-all duration-300 group-hover:w-full"></span>
|
||||||
</Link>
|
</Link>
|
||||||
<Link href="/live" className="relative text-red-500 hover:text-red-400 transition-colors group font-bold flex items-center space-x-1">
|
|
||||||
<span className="w-2 h-2 bg-red-500 rounded-full animate-pulse"></span>
|
|
||||||
<span>LIVE</span>
|
|
||||||
<span className="absolute bottom-0 left-0 w-0 h-0.5 bg-gradient-to-r from-red-400 via-red-500 to-red-600 transition-all duration-300 group-hover:w-full"></span>
|
|
||||||
</Link>
|
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
@ -203,14 +198,6 @@ export default function GeschichteLiedPage() {
|
|||||||
>
|
>
|
||||||
GIPFELSTAMMTISCH
|
GIPFELSTAMMTISCH
|
||||||
</Link>
|
</Link>
|
||||||
<Link
|
|
||||||
href="/live"
|
|
||||||
className="text-red-500 hover:text-red-400 transition-colors font-bold py-1 border-l-2 border-transparent hover:border-red-500 pl-3 flex items-center space-x-2"
|
|
||||||
onClick={() => setIsMobileMenuOpen(false)}
|
|
||||||
>
|
|
||||||
<span className="w-2 h-2 bg-red-500 rounded-full animate-pulse"></span>
|
|
||||||
<span>LIVE</span>
|
|
||||||
</Link>
|
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -343,19 +330,6 @@ export default function GeschichteLiedPage() {
|
|||||||
<h3 className="text-xl font-bold text-white">video.folx.tv</h3>
|
<h3 className="text-xl font-bold text-white">video.folx.tv</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Legal Links */}
|
|
||||||
<div className="flex items-center space-x-6 text-sm">
|
|
||||||
<Link href="/impressum" className="text-bunny-muted hover:text-white transition-colors">
|
|
||||||
Impressum
|
|
||||||
</Link>
|
|
||||||
<Link href="/privacy" className="text-bunny-muted hover:text-white transition-colors">
|
|
||||||
Datenschutz
|
|
||||||
</Link>
|
|
||||||
<Link href="/terms" className="text-bunny-muted hover:text-white transition-colors">
|
|
||||||
Nutzungsbedingungen
|
|
||||||
</Link>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{/* Copyright */}
|
{/* Copyright */}
|
||||||
<p className="text-bunny-muted text-sm text-center">
|
<p className="text-bunny-muted text-sm text-center">
|
||||||
© 2025 video.folx.tv. Alle Rechte vorbehalten.
|
© 2025 video.folx.tv. Alle Rechte vorbehalten.
|
||||||
|
|||||||
@ -132,11 +132,6 @@ export default function GipfelstammtischPage() {
|
|||||||
GIPFELSTAMMTISCH
|
GIPFELSTAMMTISCH
|
||||||
<span className="absolute bottom-0 left-0 w-0 h-0.5 bg-[#da234d] transition-all duration-300 group-hover:w-full"></span>
|
<span className="absolute bottom-0 left-0 w-0 h-0.5 bg-[#da234d] transition-all duration-300 group-hover:w-full"></span>
|
||||||
</Link>
|
</Link>
|
||||||
<Link href="/live" className="relative text-red-500 hover:text-red-400 transition-colors group font-bold flex items-center space-x-1">
|
|
||||||
<span className="w-2 h-2 bg-red-500 rounded-full animate-pulse"></span>
|
|
||||||
<span>LIVE</span>
|
|
||||||
<span className="absolute bottom-0 left-0 w-0 h-0.5 bg-gradient-to-r from-red-400 via-red-500 to-red-600 transition-all duration-300 group-hover:w-full"></span>
|
|
||||||
</Link>
|
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
@ -203,14 +198,6 @@ export default function GipfelstammtischPage() {
|
|||||||
>
|
>
|
||||||
GIPFELSTAMMTISCH
|
GIPFELSTAMMTISCH
|
||||||
</Link>
|
</Link>
|
||||||
<Link
|
|
||||||
href="/live"
|
|
||||||
className="text-red-500 hover:text-red-400 transition-colors font-bold py-1 border-l-2 border-transparent hover:border-red-500 pl-3 flex items-center space-x-2"
|
|
||||||
onClick={() => setIsMobileMenuOpen(false)}
|
|
||||||
>
|
|
||||||
<span className="w-2 h-2 bg-red-500 rounded-full animate-pulse"></span>
|
|
||||||
<span>LIVE</span>
|
|
||||||
</Link>
|
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -343,19 +330,6 @@ export default function GipfelstammtischPage() {
|
|||||||
<h3 className="text-xl font-bold text-white">video.folx.tv</h3>
|
<h3 className="text-xl font-bold text-white">video.folx.tv</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Legal Links */}
|
|
||||||
<div className="flex items-center space-x-6 text-sm">
|
|
||||||
<Link href="/impressum" className="text-bunny-muted hover:text-white transition-colors">
|
|
||||||
Impressum
|
|
||||||
</Link>
|
|
||||||
<Link href="/privacy" className="text-bunny-muted hover:text-white transition-colors">
|
|
||||||
Datenschutz
|
|
||||||
</Link>
|
|
||||||
<Link href="/terms" className="text-bunny-muted hover:text-white transition-colors">
|
|
||||||
Nutzungsbedingungen
|
|
||||||
</Link>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{/* Copyright */}
|
{/* Copyright */}
|
||||||
<p className="text-bunny-muted text-sm text-center">
|
<p className="text-bunny-muted text-sm text-center">
|
||||||
© 2025 video.folx.tv. Alle Rechte vorbehalten.
|
© 2025 video.folx.tv. Alle Rechte vorbehalten.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user