Make heritage fade slower

Extended fade-in duration for Heritage section images from 1500ms to 2500ms to slow the animation on scroll.

X-Lovable-Edit-ID: edt-d3db8017-f91c-4f03-8295-0211c1969995
This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 20:45:45 +00:00
+1 -1
View File
@@ -61,7 +61,7 @@ const HeritageSection = () => {
{/* Heritage Hero */}
<div
ref={heroRef}
className={`transition-all duration-[1500ms] ease-out ${
className={`transition-all duration-[2500ms] ease-out ${
heroVisible
? "opacity-100 translate-y-0"
: "opacity-0 translate-y-16"