This commit is contained in:
2025-08-21 19:34:33 +02:00
parent e42f75c047
commit 09e2e22886

View File

@@ -7,7 +7,7 @@ export function Hero() {
return (
<section className="relative w-full lg:h-screen bg-transparent h-[550px] lg:mt-0 mt-0">
{/* Background Video */}
<div className="absolute inset-0 w-full h-full overflow-hidden z-0 bg-[#FEFFF6] opacity-30">
<div className="absolute inset-0 w-full h-full overflow-hidden z-0 bg-[#FEFFF6] opacity-25">
<iframe
src="https://player.vimeo.com/video/1112045863?autoplay=1&loop=1&muted=1&controls=0&background=1&quality=auto&responsive=1"
className="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 border-0"