Update navigation links to include new video content sections

Update the home page navigation to include links for "DIE GESCHICHTE DES LIEDES" and "GIPFELSTAMMTISCH" by replacing the placeholder "GDL Video" and "Live Streams" links.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 890577b1-c154-40a4-a177-a0c6d55320c3
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/890577b1-c154-40a4-a177-a0c6d55320c3/DyHCx4q
This commit is contained in:
sebastjanartic 2025-09-01 21:38:26 +00:00
parent dcc753511b
commit 3fb118a212
2 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

View File

@ -227,8 +227,8 @@ export default function Home() {
<ul className="space-y-2"> <ul className="space-y-2">
<li><Link href="/" className="text-bunny-muted hover:text-white transition-colors">Home</Link></li> <li><Link href="/" className="text-bunny-muted hover:text-white transition-colors">Home</Link></li>
<li><Link href="/folx-stadl" className="text-bunny-muted hover:text-white transition-colors">FOLX STADL</Link></li> <li><Link href="/folx-stadl" className="text-bunny-muted hover:text-white transition-colors">FOLX STADL</Link></li>
<li><a href="#" className="text-bunny-muted hover:text-white transition-colors">GDL Video</a></li> <li><Link href="/geschichte-lied" className="text-bunny-muted hover:text-white transition-colors">DIE GESCHICHTE DES LIEDES</Link></li>
<li><a href="#" className="text-bunny-muted hover:text-white transition-colors">Live Streams</a></li> <li><Link href="/gipfelstammtisch" className="text-bunny-muted hover:text-white transition-colors">GIPFELSTAMMTISCH</Link></li>
</ul> </ul>
</div> </div>