--- // src/components/Navbar.astro import { FaBars, FaTimes } from 'react-icons/fa'; import { loadWaasConfigs } from '../utils/configLoader'; const { siteConfig } = loadWaasConfigs(); const header = siteConfig.header || { brandName: 'N&D', brandHighlight: 'i-t SOLUTIONS', ctaText: 'Erstgespräch buchen', ctaLink: '#contact', showThemeToggle: true, glassEffect: true }; --- {header.brandName || 'N&D'} {header.brandHighlight || 'i-t SOLUTIONS'} Leistungen Tech-Stack Ablauf {header.showThemeToggle !== false && ( )} {header.ctaText && ( {header.ctaText} )} N&D i-t SOLUTIONS Leistungen Tech-Stack Ablauf Erstgespräch buchen