fix: revert HeroVideo aspect-ratio, fix ProblemSection scroll animation with useEffect
Some checks failed
Build and Deploy / build (push) Has been cancelled

This commit is contained in:
Unchained
2026-04-01 06:43:43 +02:00
parent 27af03ba3a
commit 3c9c091c46
2 changed files with 23 additions and 17 deletions

View File

@@ -21,7 +21,7 @@ export default function HeroVideo({ locale = "sr" }: HeroVideoProps) {
};
return (
<section className="relative w-full overflow-hidden" style={{ aspectRatio: '3/4', maxHeight: '100vh' }}>
<section className="relative min-h-screen w-full overflow-hidden">
{/* Background Image with Overlay */}
<div className="absolute inset-0">
<Image