'use client' import { Language } from '@/lib/types' interface ProjectionFooterProps { lang: Language } export default function ProjectionFooter({ lang }: ProjectionFooterProps) { const de = lang === 'de' return (
{de ? 'Alle Finanzdaten sind Planzahlen und stellen keine Garantie für künftige Ergebnisse dar (Stand: Q2 2026)' : 'All financial data are projections and do not constitute a guarantee of future results (as of: Q2 2026)'}