This commit is contained in:
2025-08-28 14:32:49 +02:00
parent 3ca4017584
commit ce6c25a180
8 changed files with 33 additions and 46 deletions

View File

@@ -12,10 +12,10 @@ export function Hero2() {
})
}
return (
<div className="relative w-full overflow-hidden -mt-20">
<div className="relative w-full overflow-hidden mt-0">
{/* Background Video - Extended to cover header */}
<video
className="w-full h-[90vh] object-cover block relative z-0"
className="w-full h-auto object-cover block relative z-0"
autoPlay
loop
muted