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

@@ -1,5 +1,5 @@
{
"task": "Replace What We Create with Explore",
"task": "Replace What We Create text with Explore",
"change_type": "modify_component",
"target_criteria": {},
"constraints": {
@@ -14,5 +14,5 @@
"selected_files": [
"src/components/sections/AnimationContainer.tsx"
],
"timestamp": "2026-01-13T14:19:59.681017"
"timestamp": "2026-01-13T14:24:28.357777"
}

View File

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