Merge version_6_1779479377409 into main #5

Merged
bender merged 1 commits from version_6_1779479377409 into main 2026-05-22 19:50:39 +00:00

View File

@@ -70,7 +70,7 @@ const HeroOverlay = ({
{currentImageSrc && (
<ImageOrVideo
imageSrc={currentImageSrc}
className="absolute inset-0 w-full h-full object-cover rounded-none transition-opacity duration-1000 ease-in-out"
className="absolute inset-0 w-full h-full object-cover rounded-none transition-opacity duration-2000 ease-in-out"
/>
)}
{videoSrc && (
@@ -85,9 +85,9 @@ const HeroOverlay = ({
aria-hidden="true"
/>
<div className="absolute bottom-0 left-0 w-full h-1 bg-white/20 z-20">
<div className="absolute bottom-0 left-0 w-full h-2 bg-white/50 z-20">
<motion.div
className="h-full bg-primary-cta"
className="h-full bg-white"
initial={{ width: 0 }}
animate={{ width: `${progress}%` }}
transition={{ duration: 0.1, ease: "linear" }}