This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 20:47:43 +00:00
parent e05ded2371
commit 4975497a43
+7 -1
View File
@@ -68,7 +68,13 @@ const HeritageSection = () => {
}`} }`}
> >
{/* Image */} {/* Image */}
<div className="relative rounded-sm overflow-hidden mb-12 shadow-xl"> <div
className={`relative rounded-sm overflow-hidden mb-12 shadow-xl transition-all duration-[6000ms] ease-out ${
heroVisible
? "opacity-100 translate-y-0 scale-100"
: "opacity-0 translate-y-20 scale-95"
}`}
>
<img <img
src={bakeryHeritageImage} src={bakeryHeritageImage}
alt="Traditionellt svenskt konditori" alt="Traditionellt svenskt konditori"