Content: Kaffee → Tee im Footer

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Dieter Schlüter 2026-04-26 03:43:59 +02:00
commit 8f23f13ff8

View file

@ -117,7 +117,7 @@ export function Footer({ email }: { email?: string }) {
&copy; {currentYear} Jamulix. Alle Rechte vorbehalten. &copy; {currentYear} Jamulix. Alle Rechte vorbehalten.
</p> </p>
<p className="font-mono text-xs text-muted-foreground/60"> <p className="font-mono text-xs text-muted-foreground/60">
Gebaut mit Next.js, Tailwind, und viel Kaffee. Gebaut mit Next.js, Tailwind, und viel Tee.
</p> </p>
</div> </div>
</motion.div> </motion.div>