feat: upgrade UI with premium industrial aesthetics, purely visual language switch, and resilient error pages

Former-commit-id: e4d801c24e64c41816f86de9767b47894abb6806
This commit is contained in:
2026-05-09 09:39:58 +02:00
parent 3590d47fdb
commit 2ce9ac11e7
15 changed files with 453 additions and 232 deletions

View File

@@ -479,10 +479,6 @@ const nextConfig = {
source: '/de/produkte/:path*',
destination: '/de/products/:path*',
},
{
source: '/de/kontakt',
destination: '/de/contact',
},
// Safety rewrites for English locale using German slugs (legacy or content errors)
{
source: '/en/produkte',
@@ -492,10 +488,6 @@ const nextConfig = {
source: '/en/produkte/:path*',
destination: '/en/products/:path*',
},
{
source: '/en/kontakt',
destination: '/en/contact',
},
{
source: '/en/impressum',
destination: '/en/legal-notice',