Remove unused categories section from multiple pages
Removes the static "Kategorien" section and adjusts grid columns in the footer component of FolxStadlPage, GeschichteLiedPage, GipfelstammtischPage, and home.tsx. 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/2xHHKQn
This commit is contained in:
parent
3728fc4948
commit
aecafe9f85
@ -283,7 +283,7 @@ export default function FolxStadlPage() {
|
|||||||
{/* Footer */}
|
{/* Footer */}
|
||||||
<footer className="bg-bunny-dark/90 border-t border-white/10 py-8 mt-12">
|
<footer className="bg-bunny-dark/90 border-t border-white/10 py-8 mt-12">
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<div className="grid grid-cols-2 md:grid-cols-4 gap-6 md:gap-8 text-sm">
|
<div className="grid grid-cols-2 md:grid-cols-3 gap-6 md:gap-8 text-sm">
|
||||||
{/* Company Info */}
|
{/* Company Info */}
|
||||||
<div className="col-span-1">
|
<div className="col-span-1">
|
||||||
<div className="flex items-center space-x-2 mb-4">
|
<div className="flex items-center space-x-2 mb-4">
|
||||||
@ -305,16 +305,6 @@ export default function FolxStadlPage() {
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Categories */}
|
|
||||||
<div className="col-span-1">
|
|
||||||
<h4 className="text-white font-semibold mb-4">Kategorien</h4>
|
|
||||||
<ul className="space-y-2">
|
|
||||||
<li><a href="#" className="text-bunny-muted hover:text-white transition-colors">Volksmusik</a></li>
|
|
||||||
<li><a href="#" className="text-bunny-muted hover:text-white transition-colors">Dokumentationen</a></li>
|
|
||||||
<li><a href="#" className="text-bunny-muted hover:text-white transition-colors">Interviews</a></li>
|
|
||||||
<li><a href="#" className="text-bunny-muted hover:text-white transition-colors">Shows</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{/* Support */}
|
{/* Support */}
|
||||||
<div className="col-span-1">
|
<div className="col-span-1">
|
||||||
|
|||||||
@ -284,7 +284,7 @@ export default function GeschichteLiedPage() {
|
|||||||
{/* Footer */}
|
{/* Footer */}
|
||||||
<footer className="bg-bunny-dark/90 border-t border-white/10 py-8 mt-12">
|
<footer className="bg-bunny-dark/90 border-t border-white/10 py-8 mt-12">
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<div className="grid grid-cols-2 md:grid-cols-4 gap-6 md:gap-8 text-sm">
|
<div className="grid grid-cols-2 md:grid-cols-3 gap-6 md:gap-8 text-sm">
|
||||||
{/* Company Info */}
|
{/* Company Info */}
|
||||||
<div className="col-span-1">
|
<div className="col-span-1">
|
||||||
<div className="flex items-center space-x-2 mb-4">
|
<div className="flex items-center space-x-2 mb-4">
|
||||||
@ -306,16 +306,6 @@ export default function GeschichteLiedPage() {
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Categories */}
|
|
||||||
<div className="col-span-1">
|
|
||||||
<h4 className="text-white font-semibold mb-4">Kategorien</h4>
|
|
||||||
<ul className="space-y-2">
|
|
||||||
<li><a href="#" className="text-bunny-muted hover:text-white transition-colors">Volksmusik</a></li>
|
|
||||||
<li><a href="#" className="text-bunny-muted hover:text-white transition-colors">Dokumentationen</a></li>
|
|
||||||
<li><a href="#" className="text-bunny-muted hover:text-white transition-colors">Interviews</a></li>
|
|
||||||
<li><a href="#" className="text-bunny-muted hover:text-white transition-colors">Shows</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{/* Support */}
|
{/* Support */}
|
||||||
<div className="col-span-1">
|
<div className="col-span-1">
|
||||||
|
|||||||
@ -284,7 +284,7 @@ export default function GipfelstammtischPage() {
|
|||||||
{/* Footer */}
|
{/* Footer */}
|
||||||
<footer className="bg-bunny-dark/90 border-t border-white/10 py-8 mt-12">
|
<footer className="bg-bunny-dark/90 border-t border-white/10 py-8 mt-12">
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<div className="grid grid-cols-2 md:grid-cols-4 gap-6 md:gap-8 text-sm">
|
<div className="grid grid-cols-2 md:grid-cols-3 gap-6 md:gap-8 text-sm">
|
||||||
{/* Company Info */}
|
{/* Company Info */}
|
||||||
<div className="col-span-1">
|
<div className="col-span-1">
|
||||||
<div className="flex items-center space-x-2 mb-4">
|
<div className="flex items-center space-x-2 mb-4">
|
||||||
@ -306,16 +306,6 @@ export default function GipfelstammtischPage() {
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Categories */}
|
|
||||||
<div className="col-span-1">
|
|
||||||
<h4 className="text-white font-semibold mb-4">Kategorien</h4>
|
|
||||||
<ul className="space-y-2">
|
|
||||||
<li><a href="#" className="text-bunny-muted hover:text-white transition-colors">Volksmusik</a></li>
|
|
||||||
<li><a href="#" className="text-bunny-muted hover:text-white transition-colors">Dokumentationen</a></li>
|
|
||||||
<li><a href="#" className="text-bunny-muted hover:text-white transition-colors">Interviews</a></li>
|
|
||||||
<li><a href="#" className="text-bunny-muted hover:text-white transition-colors">Shows</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{/* Support */}
|
{/* Support */}
|
||||||
<div className="col-span-1">
|
<div className="col-span-1">
|
||||||
|
|||||||
@ -200,7 +200,7 @@ export default function Home() {
|
|||||||
{/* Footer */}
|
{/* Footer */}
|
||||||
<footer className="bg-bunny-dark/90 border-t border-white/10 py-8 mt-12">
|
<footer className="bg-bunny-dark/90 border-t border-white/10 py-8 mt-12">
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<div className="grid grid-cols-2 md:grid-cols-4 gap-6 md:gap-8 text-sm">
|
<div className="grid grid-cols-2 md:grid-cols-3 gap-6 md:gap-8 text-sm">
|
||||||
{/* Company Info */}
|
{/* Company Info */}
|
||||||
<div className="col-span-1">
|
<div className="col-span-1">
|
||||||
<div className="flex items-center space-x-2 mb-4">
|
<div className="flex items-center space-x-2 mb-4">
|
||||||
@ -222,16 +222,6 @@ export default function Home() {
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Categories */}
|
|
||||||
<div className="col-span-1">
|
|
||||||
<h4 className="text-white font-semibold mb-4">Kategorien</h4>
|
|
||||||
<ul className="space-y-2">
|
|
||||||
<li><a href="#" className="text-bunny-muted hover:text-white transition-colors">Volksmusik</a></li>
|
|
||||||
<li><a href="#" className="text-bunny-muted hover:text-white transition-colors">Dokumentationen</a></li>
|
|
||||||
<li><a href="#" className="text-bunny-muted hover:text-white transition-colors">Interviews</a></li>
|
|
||||||
<li><a href="#" className="text-bunny-muted hover:text-white transition-colors">Shows</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{/* Support */}
|
{/* Support */}
|
||||||
<div className="col-span-1">
|
<div className="col-span-1">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user