Published your App

Replit-Commit-Author: Deployment
Replit-Commit-Session-Id: 401e2ec0-e00d-4f10-9d0e-60f3d479f9a5
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 43e602f0-b5bb-43f8-b954-dae38a8583a8
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/60d372ff-2c10-46c7-b01b-10c3435136b0/401e2ec0-e00d-4f10-9d0e-60f3d479f9a5/lDvepVp
Replit-Commit-Deployment-Build-Id: 841d9557-161c-4c18-abfa-37baddc2b75f
This commit is contained in:
sebastjanartic 2026-01-10 16:35:51 +00:00
parent 9ceb8d3fc6
commit cb09cb1026
4 changed files with 0 additions and 78 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -130,11 +130,6 @@ export default function FolxStadlPage() {
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">
@ -201,14 +196,6 @@ export default function FolxStadlPage() {
> >
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>
@ -342,19 +329,6 @@ export default function FolxStadlPage() {
<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.

View File

@ -405,11 +405,6 @@ export default function VideoPage() {
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">
@ -476,14 +471,6 @@ export default function VideoPage() {
> >
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>
@ -867,19 +854,6 @@ export default function VideoPage() {
<span className="text-lg font-semibold text-white">video.folx.tv</span> <span className="text-lg font-semibold text-white">video.folx.tv</span>
</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 */}
<div className="text-sm text-bunny-muted text-center"> <div className="text-sm text-bunny-muted text-center">
© 2025 video.folx.tv. Alle Rechte vorbehalten. © 2025 video.folx.tv. Alle Rechte vorbehalten.

View File

@ -105,11 +105,6 @@ export default function Home() {
GIPFELSTAMMTISCH GIPFELSTAMMTISCH
<span className="absolute bottom-0 left-0 w-0 h-0.5 bg-gradient-to-r from-rose-400 via-pink-500 to-rose-600 transition-all duration-300 group-hover:w-full"></span> <span className="absolute bottom-0 left-0 w-0 h-0.5 bg-gradient-to-r from-rose-400 via-pink-500 to-rose-600 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">
@ -176,14 +171,6 @@ export default function Home() {
> >
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>
@ -234,19 +221,6 @@ export default function Home() {
<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.