diff --git a/.project_index.json b/.project_index.json index f366f9d..d5664a9 100644 --- a/.project_index.json +++ b/.project_index.json @@ -400,8 +400,8 @@ "src/components/cardStack/layouts/carousels/ButtonCarousel.tsx", "src/components/cardStack/layouts/grid/GridLayout.tsx", "src/components/cardStack/CardStack.tsx", - "src/components/cardStack/layouts/carousels/AutoCarousel.tsx", - "src/components/cardStack/layouts/carousels/FullWidthCarousel.tsx" + "src/components/cardStack/layouts/carousels/FullWidthCarousel.tsx", + "src/components/cardStack/layouts/carousels/AutoCarousel.tsx" ], "can_modify_directly": true, "can_delete": true, @@ -420,15 +420,15 @@ "product" ], "used_in": [ - "src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx", + "src/components/cardStack/layouts/timelines/TimelineBase.tsx", + "src/components/cardStack/layouts/timelines/TimelineHorizontalCardStack.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/FullWidthCarousel.tsx", + "src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx", "src/components/cardStack/layouts/carousels/AutoCarousel.tsx", - "src/components/cardStack/layouts/carousels/FullWidthCarousel.tsx" + "src/components/cardStack/layouts/timelines/TimelinePhoneView.tsx" ], "can_modify_directly": true, "can_delete": true, @@ -679,10 +679,10 @@ "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/carousels/ButtonCarousel.tsx", "src/components/cardStack/layouts/grid/GridLayout.tsx", + "src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx", "src/components/cardStack/layouts/carousels/AutoCarousel.tsx" ], "can_modify_directly": true, @@ -1421,10 +1421,10 @@ "role": "ui", "tags": [], "used_in": [ - "src/components/navbar/NavbarStyleApple/NavbarStyleApple.tsx", - "src/components/navbar/NavbarLayoutFloatingInline.tsx", "src/components/navbar/NavbarStyleMinimal.tsx", + "src/components/navbar/NavbarLayoutFloatingInline.tsx", "src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx", + "src/components/navbar/NavbarStyleApple/NavbarStyleApple.tsx", "src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx", "src/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen.tsx" ], @@ -3178,9 +3178,9 @@ "button" ], "used_in": [ - "src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx", - "src/components/Textbox.tsx", "src/components/navbar/NavbarLayoutFloatingInline.tsx", + "src/components/Textbox.tsx", + "src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx", "src/components/navbar/NavbarStyleMinimal.tsx" ], "can_modify_directly": true, @@ -3233,9 +3233,9 @@ "tags": [], "used_in": [ "src/components/button/ButtonBounceEffect/ButtonBounceEffect.tsx", + "src/components/button/ButtonTextShift/ButtonTextShift.tsx", "src/components/button/ButtonShiftHover/ButtonShiftHover.tsx", - "src/components/button/ButtonTextStagger/ButtonTextStagger.tsx", - "src/components/button/ButtonTextShift/ButtonTextShift.tsx" + "src/components/button/ButtonTextStagger/ButtonTextStagger.tsx" ], "can_modify_directly": true, "can_delete": true, @@ -3254,17 +3254,17 @@ "button" ], "used_in": [ - "src/components/button/ButtonIconArrow.tsx", - "src/components/button/ButtonShiftHover/ButtonShiftHover.tsx", - "src/components/button/ButtonTextStagger/ButtonTextStagger.tsx", - "src/components/button/ButtonHoverMagnetic/ButtonHoverMagnetic.tsx", + "src/components/button/ButtonTextUnderline.tsx", "src/components/button/ButtonElasticEffect/ButtonElasticEffect.tsx", + "src/components/button/ButtonDirectionalHover/ButtonDirectionalHover.tsx", + "src/components/button/ButtonHoverMagnetic/ButtonHoverMagnetic.tsx", "src/components/button/ButtonExpandHover.tsx", + "src/components/button/ButtonBounceEffect/ButtonBounceEffect.tsx", + "src/components/button/ButtonIconArrow.tsx", + "src/components/button/ButtonTextStagger/ButtonTextStagger.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" + "src/components/button/ButtonShiftHover/ButtonShiftHover.tsx" ], "can_modify_directly": true, "can_delete": true, diff --git a/src/app/page.tsx b/src/app/page.tsx index d405827..c1a037d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,6 +66,16 @@ export default function LandingPage() { /> +
+ +
+