Add AnimationContainer component

This commit is contained in:
2026-01-13 14:24:31 +01:00
parent 7213a34488
commit 9528a328fb
2 changed files with 3 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ const AnimationContainer = ({
style={style}
>
{/* Replace 'What We Create' with 'Explore' */}
<h2>Explore</h2>
<h2>Explore</h2>
{children}
</div>