fix(i18n): add missing Team.gallery translations & perf(hero): force eager LCP image

This commit is contained in:
2026-07-02 22:15:03 +02:00
parent 274d013047
commit 0331f3f7ec
3 changed files with 12 additions and 3 deletions

View File

@@ -87,7 +87,8 @@ export function HeroVideo(props: HeroVideoProps) {
sizes={posterSrc.includes('-poster.webp') ? "100vw" : undefined} sizes={posterSrc.includes('-poster.webp') ? "100vw" : undefined}
alt={posterAlt} alt={posterAlt}
className="absolute inset-0 w-full h-full object-cover z-[1] pointer-events-none" className="absolute inset-0 w-full h-full object-cover z-[1] pointer-events-none"
decoding="sync" decoding="async"
loading="eager"
fetchPriority="high" fetchPriority="high"
/> />
{/* Fast compositing layer to replace the heavy CSS filters on the image */} {/* Fast compositing layer to replace the heavy CSS filters on the image */}

View File

@@ -66,6 +66,10 @@
"role": "Geschäftsführer", "role": "Geschäftsführer",
"description": "Danny Joseph leitet die E-TIB GmbH und koordiniert die strategische Ausrichtung der gesamten Unternehmensgruppe vom Hauptsitz in Guben aus." "description": "Danny Joseph leitet die E-TIB GmbH und koordiniert die strategische Ausrichtung der gesamten Unternehmensgruppe vom Hauptsitz in Guben aus."
}, },
"gallery": {
"title": "Einblicke in unsere Arbeit",
"subtitle": "Eindrücke aus dem Arbeitsalltag und Projekten"
},
"groups": { "groups": {
"title": "Unsere Unternehmensgruppe", "title": "Unsere Unternehmensgruppe",
"subtitle": "Spezialisierte Einheiten für komplexe Projekte", "subtitle": "Spezialisierte Einheiten für komplexe Projekte",

View File

@@ -63,8 +63,12 @@
}, },
"danny": { "danny": {
"name": "Danny Joseph", "name": "Danny Joseph",
"role": "CEO", "role": "Managing Director",
"description": "Danny Joseph leads E-TIB GmbH and coordinates the strategic direction of the entire group from its headquarters in Guben." "description": "Danny Joseph leads E-TIB GmbH and coordinates the strategic direction of the entire corporate group from the headquarters in Guben."
},
"gallery": {
"title": "Insights into our work",
"subtitle": "Impressions from daily work and projects"
}, },
"groups": { "groups": {
"title": "Our Corporate Group", "title": "Our Corporate Group",