chane nav contact label;

This commit is contained in:
2026-07-19 16:41:42 +02:00
parent 32e5db4ae8
commit c63032f188

View File

@@ -8,7 +8,7 @@ import { FaBars, FaTimes } from 'react-icons/fa';
const NAV_LINKS = [ const NAV_LINKS = [
{ href: '/#program', label: 'Programm' }, { href: '/#program', label: 'Programm' },
{ href: '/#info', label: 'Infos' }, { href: '/#info', label: 'Infos' },
{ href: '/#contact', label: 'Kontakt' }, { href: '/#contact', label: 'Anfahrt' },
{ href: '/impressum', label: 'Impressum' }, { href: '/impressum', label: 'Impressum' },
]; ];