This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 20:46:37 +00:00
parent 15a9fd5aae
commit f1081c7d2a
+3 -3
View File
@@ -61,10 +61,10 @@ const HeritageSection = () => {
{/* Heritage Hero */}
<div
ref={heroRef}
className={`transition-all duration-[2500ms] ease-out ${
className={`transition-all duration-[4000ms] ease-out ${
heroVisible
? "opacity-100 translate-y-0"
: "opacity-0 translate-y-16"
? "opacity-100 translate-y-0 scale-100"
: "opacity-0 translate-y-24 scale-95"
}`}
>
{/* Image */}