Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| db6492207d | |||
| 99ae6d90c2 | |||
| 7d53ca5a11 | |||
| 0331f3f7ec | |||
| 274d013047 | |||
| f1d0c9c5b2 |
@@ -1,19 +0,0 @@
|
||||
'use client';
|
||||
|
||||
import { m } from 'framer-motion';
|
||||
|
||||
export default function Template({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
<m.div
|
||||
initial={{ opacity: 0, y: 20 }}
|
||||
animate={{ opacity: 1, y: 0 }}
|
||||
transition={{
|
||||
duration: 0.7,
|
||||
ease: [0.16, 1, 0.3, 1],
|
||||
}}
|
||||
className="w-full h-full"
|
||||
>
|
||||
{children}
|
||||
</m.div>
|
||||
);
|
||||
}
|
||||
@@ -87,7 +87,8 @@ export function HeroVideo(props: HeroVideoProps) {
|
||||
sizes={posterSrc.includes('-poster.webp') ? "100vw" : undefined}
|
||||
alt={posterAlt}
|
||||
className="absolute inset-0 w-full h-full object-cover z-[1] pointer-events-none"
|
||||
decoding="sync"
|
||||
decoding="async"
|
||||
loading="eager"
|
||||
fetchPriority="high"
|
||||
/>
|
||||
{/* Fast compositing layer to replace the heavy CSS filters on the image */}
|
||||
|
||||
@@ -66,6 +66,10 @@
|
||||
"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."
|
||||
},
|
||||
"gallery": {
|
||||
"title": "Einblicke in unsere Arbeit",
|
||||
"subtitle": "Eindrücke aus dem Arbeitsalltag und Projekten"
|
||||
},
|
||||
"groups": {
|
||||
"title": "Unsere Unternehmensgruppe",
|
||||
"subtitle": "Spezialisierte Einheiten für komplexe Projekte",
|
||||
|
||||
@@ -63,8 +63,12 @@
|
||||
},
|
||||
"danny": {
|
||||
"name": "Danny Joseph",
|
||||
"role": "CEO",
|
||||
"description": "Danny Joseph leads E-TIB GmbH and coordinates the strategic direction of the entire group from its headquarters in Guben."
|
||||
"role": "Managing Director",
|
||||
"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": {
|
||||
"title": "Our Corporate Group",
|
||||
|
||||
@@ -15,7 +15,6 @@ const nextConfig = {
|
||||
pagesBufferLength: 2,
|
||||
},
|
||||
experimental: {
|
||||
inlineCss: false,
|
||||
staleTimes: {
|
||||
dynamic: 0,
|
||||
static: 30,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "e-tib-nextjs",
|
||||
"version": "2.4.10",
|
||||
"version": "2.4.13",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.18.3",
|
||||
|
||||
Reference in New Issue
Block a user