This commit is contained in:
2025-08-27 16:55:03 +02:00
parent 4297822b06
commit 28481495f8
8 changed files with 58 additions and 14 deletions

View File

@@ -3,10 +3,10 @@ import { H1, H2, H3, H4, P, PS, PXS, PXXS } from '@/components/text'
export function Hero2() {
return (
<div className="relative w-full overflow-hidden -mt-3">
<div className="relative w-full overflow-hidden -mt-20">
{/* Background Video - Extended to cover header */}
<video
className="w-full h-auto block relative z-0"
className="w-full h-[90vh] object-cover block relative z-0"
autoPlay
loop
muted