diff --git a/.project_index.json b/.project_index.json index 7595b12..30df4d9 100644 --- a/.project_index.json +++ b/.project_index.json @@ -398,10 +398,10 @@ "tags": [], "used_in": [ "src/components/cardStack/layouts/carousels/AutoCarousel.tsx", + "src/components/cardStack/CardStack.tsx", "src/components/cardStack/layouts/carousels/FullWidthCarousel.tsx", - "src/components/cardStack/layouts/grid/GridLayout.tsx", "src/components/cardStack/layouts/carousels/ButtonCarousel.tsx", - "src/components/cardStack/CardStack.tsx" + "src/components/cardStack/layouts/grid/GridLayout.tsx" ], "can_modify_directly": true, "can_delete": true, @@ -422,13 +422,13 @@ "used_in": [ "src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx", "src/components/cardStack/layouts/carousels/AutoCarousel.tsx", - "src/components/cardStack/layouts/timelines/TimelinePhoneView.tsx", + "src/components/cardStack/layouts/timelines/TimelineBase.tsx", "src/components/cardStack/layouts/timelines/TimelineHorizontalCardStack.tsx", + "src/components/cardStack/layouts/timelines/TimelinePhoneView.tsx", "src/components/cardStack/layouts/timelines/TimelineCardStack.tsx", "src/components/cardStack/layouts/carousels/FullWidthCarousel.tsx", - "src/components/cardStack/layouts/grid/GridLayout.tsx", "src/components/cardStack/layouts/carousels/ButtonCarousel.tsx", - "src/components/cardStack/layouts/timelines/TimelineBase.tsx" + "src/components/cardStack/layouts/grid/GridLayout.tsx" ], "can_modify_directly": true, "can_delete": true, @@ -681,9 +681,9 @@ "used_in": [ "src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx", "src/components/cardStack/layouts/carousels/AutoCarousel.tsx", - "src/components/cardStack/layouts/grid/GridLayout.tsx", + "src/components/cardStack/layouts/timelines/TimelineBase.tsx", "src/components/cardStack/layouts/carousels/ButtonCarousel.tsx", - "src/components/cardStack/layouts/timelines/TimelineBase.tsx" + "src/components/cardStack/layouts/grid/GridLayout.tsx" ], "can_modify_directly": true, "can_delete": true, @@ -1421,11 +1421,11 @@ "role": "ui", "tags": [], "used_in": [ - "src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx", "src/components/navbar/NavbarStyleApple/NavbarStyleApple.tsx", + "src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx", "src/components/navbar/NavbarStyleMinimal.tsx", - "src/components/navbar/NavbarLayoutFloatingInline.tsx", "src/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen.tsx", + "src/components/navbar/NavbarLayoutFloatingInline.tsx", "src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx" ], "can_modify_directly": true, @@ -3178,10 +3178,10 @@ "button" ], "used_in": [ - "src/components/navbar/NavbarLayoutFloatingInline.tsx", - "src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx", "src/components/navbar/NavbarStyleMinimal.tsx", - "src/components/Textbox.tsx" + "src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx", + "src/components/Textbox.tsx", + "src/components/navbar/NavbarLayoutFloatingInline.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/ButtonTextStagger/ButtonTextStagger.tsx" + "src/components/button/ButtonTextShift/ButtonTextShift.tsx" ], "can_modify_directly": true, "can_delete": true, @@ -3254,16 +3254,16 @@ "button" ], "used_in": [ - "src/components/button/ButtonElasticEffect/ButtonElasticEffect.tsx", "src/components/button/ButtonHoverBubble.tsx", + "src/components/button/ButtonIconArrow.tsx", + "src/components/button/ButtonExpandHover.tsx", "src/components/button/ButtonTextStagger/ButtonTextStagger.tsx", - "src/components/button/ButtonDirectionalHover/ButtonDirectionalHover.tsx", "src/components/button/ButtonTextShift/ButtonTextShift.tsx", + "src/components/button/ButtonDirectionalHover/ButtonDirectionalHover.tsx", + "src/components/button/ButtonBounceEffect/ButtonBounceEffect.tsx", "src/components/button/ButtonShiftHover/ButtonShiftHover.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/ButtonElasticEffect/ButtonElasticEffect.tsx", "src/components/button/ButtonTextUnderline.tsx" ], "can_modify_directly": true, diff --git a/src/app/page.tsx b/src/app/page.tsx index ac5d37a..336a485 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -148,6 +148,9 @@ export default function LandingPage() { { title: "Natural Materials", description: "We source the finest flowers, moss, botanicals, and sustainable materials", icon: Leaf }, +