From cf4e9094dcc5be9a47bb7fcc7b38b81a7fcfd13f Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 13 Jan 2026 14:27:01 +0100 Subject: [PATCH] Add AnimationContainer component --- .project_index.json | 62 +++++++++---------- analyse.json | 4 +- .../sections/AnimationContainer.tsx | 1 + 3 files changed, 34 insertions(+), 33 deletions(-) diff --git a/.project_index.json b/.project_index.json index ae3e272..f366f9d 100644 --- a/.project_index.json +++ b/.project_index.json @@ -397,11 +397,11 @@ "role": "ui", "tags": [], "used_in": [ + "src/components/cardStack/layouts/carousels/ButtonCarousel.tsx", "src/components/cardStack/layouts/grid/GridLayout.tsx", - "src/components/cardStack/layouts/carousels/FullWidthCarousel.tsx", - "src/components/cardStack/layouts/carousels/AutoCarousel.tsx", "src/components/cardStack/CardStack.tsx", - "src/components/cardStack/layouts/carousels/ButtonCarousel.tsx" + "src/components/cardStack/layouts/carousels/AutoCarousel.tsx", + "src/components/cardStack/layouts/carousels/FullWidthCarousel.tsx" ], "can_modify_directly": true, "can_delete": true, @@ -420,15 +420,15 @@ "product" ], "used_in": [ - "src/components/cardStack/layouts/timelines/TimelineBase.tsx", - "src/components/cardStack/layouts/grid/GridLayout.tsx", - "src/components/cardStack/layouts/carousels/FullWidthCarousel.tsx", - "src/components/cardStack/layouts/timelines/TimelineHorizontalCardStack.tsx", + "src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx", + "src/components/cardStack/layouts/carousels/ButtonCarousel.tsx", "src/components/cardStack/layouts/timelines/TimelineCardStack.tsx", "src/components/cardStack/layouts/timelines/TimelinePhoneView.tsx", + "src/components/cardStack/layouts/timelines/TimelineBase.tsx", + "src/components/cardStack/layouts/grid/GridLayout.tsx", + "src/components/cardStack/layouts/timelines/TimelineHorizontalCardStack.tsx", "src/components/cardStack/layouts/carousels/AutoCarousel.tsx", - "src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx", - "src/components/cardStack/layouts/carousels/ButtonCarousel.tsx" + "src/components/cardStack/layouts/carousels/FullWidthCarousel.tsx" ], "can_modify_directly": true, "can_delete": true, @@ -679,11 +679,11 @@ "product" ], "used_in": [ + "src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx", + "src/components/cardStack/layouts/carousels/ButtonCarousel.tsx", "src/components/cardStack/layouts/timelines/TimelineBase.tsx", "src/components/cardStack/layouts/grid/GridLayout.tsx", - "src/components/cardStack/layouts/carousels/AutoCarousel.tsx", - "src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx", - "src/components/cardStack/layouts/carousels/ButtonCarousel.tsx" + "src/components/cardStack/layouts/carousels/AutoCarousel.tsx" ], "can_modify_directly": true, "can_delete": true, @@ -1422,11 +1422,11 @@ "tags": [], "used_in": [ "src/components/navbar/NavbarStyleApple/NavbarStyleApple.tsx", - "src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx", - "src/components/navbar/NavbarStyleMinimal.tsx", - "src/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen.tsx", "src/components/navbar/NavbarLayoutFloatingInline.tsx", - "src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx" + "src/components/navbar/NavbarStyleMinimal.tsx", + "src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx", + "src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx", + "src/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen.tsx" ], "can_modify_directly": true, "can_delete": true, @@ -3178,10 +3178,10 @@ "button" ], "used_in": [ + "src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx", "src/components/Textbox.tsx", "src/components/navbar/NavbarLayoutFloatingInline.tsx", - "src/components/navbar/NavbarStyleMinimal.tsx", - "src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx" + "src/components/navbar/NavbarStyleMinimal.tsx" ], "can_modify_directly": true, "can_delete": true, @@ -3232,10 +3232,10 @@ "role": "ui", "tags": [], "used_in": [ - "src/components/button/ButtonTextShift/ButtonTextShift.tsx", - "src/components/button/ButtonTextStagger/ButtonTextStagger.tsx", "src/components/button/ButtonBounceEffect/ButtonBounceEffect.tsx", - "src/components/button/ButtonShiftHover/ButtonShiftHover.tsx" + "src/components/button/ButtonShiftHover/ButtonShiftHover.tsx", + "src/components/button/ButtonTextStagger/ButtonTextStagger.tsx", + "src/components/button/ButtonTextShift/ButtonTextShift.tsx" ], "can_modify_directly": true, "can_delete": true, @@ -3254,17 +3254,17 @@ "button" ], "used_in": [ - "src/components/button/ButtonTextShift/ButtonTextShift.tsx", "src/components/button/ButtonIconArrow.tsx", - "src/components/button/ButtonElasticEffect/ButtonElasticEffect.tsx", "src/components/button/ButtonShiftHover/ButtonShiftHover.tsx", - "src/components/button/ButtonDirectionalHover/ButtonDirectionalHover.tsx", - "src/components/button/ButtonBounceEffect/ButtonBounceEffect.tsx", - "src/components/button/ButtonHoverMagnetic/ButtonHoverMagnetic.tsx", - "src/components/button/ButtonTextUnderline.tsx", - "src/components/button/ButtonHoverBubble.tsx", "src/components/button/ButtonTextStagger/ButtonTextStagger.tsx", - "src/components/button/ButtonExpandHover.tsx" + "src/components/button/ButtonHoverMagnetic/ButtonHoverMagnetic.tsx", + "src/components/button/ButtonElasticEffect/ButtonElasticEffect.tsx", + "src/components/button/ButtonExpandHover.tsx", + "src/components/button/ButtonTextShift/ButtonTextShift.tsx", + "src/components/button/ButtonHoverBubble.tsx", + "src/components/button/ButtonBounceEffect/ButtonBounceEffect.tsx", + "src/components/button/ButtonDirectionalHover/ButtonDirectionalHover.tsx", + "src/components/button/ButtonTextUnderline.tsx" ], "can_modify_directly": true, "can_delete": true, @@ -3302,8 +3302,8 @@ "button" ], "used_in": [ - "src/components/button/Button.tsx", - "src/components/navbar/NavbarLayoutFloatingInline.tsx" + "src/components/navbar/NavbarLayoutFloatingInline.tsx", + "src/components/button/Button.tsx" ], "can_modify_directly": true, "can_delete": true, diff --git a/analyse.json b/analyse.json index 28f3a05..cb37efd 100644 --- a/analyse.json +++ b/analyse.json @@ -1,5 +1,5 @@ { - "task": "Replace What We Create text with Explore", + "task": "Replace What We Create text with Explore Us", "change_type": "modify_component", "target_criteria": {}, "constraints": { @@ -14,5 +14,5 @@ "selected_files": [ "src/components/sections/AnimationContainer.tsx" ], - "timestamp": "2026-01-13T14:24:28.357777" + "timestamp": "2026-01-13T14:26:58.940420" } \ No newline at end of file diff --git a/src/components/sections/AnimationContainer.tsx b/src/components/sections/AnimationContainer.tsx index a783b97..1bcf51c 100644 --- a/src/components/sections/AnimationContainer.tsx +++ b/src/components/sections/AnimationContainer.tsx @@ -38,6 +38,7 @@ const AnimationContainer = ({ style={style} > {/* Replace 'What We Create' with 'Explore' */} +

Explore Us

Explore

Explore

{children}