From 341368ec52c34cedbc23f2ebedc58595f6b01640 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 23 Jan 2026 16:19:25 +0200 Subject: [PATCH] Edit: change hero title to SUP --- .project_index.json | 56 +++++++++++----------- src/app/page.tsx | 2 +- src/components/sections/hero/HeroSplit.tsx | 2 - 3 files changed, 29 insertions(+), 31 deletions(-) diff --git a/.project_index.json b/.project_index.json index 5c2be22..e99ee7c 100644 --- a/.project_index.json +++ b/.project_index.json @@ -569,9 +569,9 @@ "role": "ui", "tags": [], "used_in": [ - "src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx", "src/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen.tsx", "src/components/navbar/NavbarStyleMinimal.tsx", + "src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx", "src/components/navbar/NavbarLayoutFloatingInline.tsx", "src/components/navbar/NavbarStyleApple/NavbarStyleApple.tsx", "src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx" @@ -2694,10 +2694,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, @@ -2748,17 +2748,17 @@ "button" ], "used_in": [ - "src/components/button/ButtonTextShift/ButtonTextShift.tsx", - "src/components/button/ButtonTextStagger/ButtonTextStagger.tsx", - "src/components/button/ButtonHoverMagnetic/ButtonHoverMagnetic.tsx", - "src/components/button/ButtonIconArrow.tsx", - "src/components/button/ButtonTextUnderline.tsx", "src/components/button/ButtonShiftHover/ButtonShiftHover.tsx", - "src/components/button/ButtonElasticEffect/ButtonElasticEffect.tsx", + "src/components/button/ButtonTextShift/ButtonTextShift.tsx", + "src/components/button/ButtonHoverMagnetic/ButtonHoverMagnetic.tsx", + "src/components/button/ButtonDirectionalHover/ButtonDirectionalHover.tsx", + "src/components/button/ButtonExpandHover.tsx", "src/components/button/ButtonHoverBubble.tsx", "src/components/button/ButtonBounceEffect/ButtonBounceEffect.tsx", - "src/components/button/ButtonDirectionalHover/ButtonDirectionalHover.tsx", - "src/components/button/ButtonExpandHover.tsx" + "src/components/button/ButtonIconArrow.tsx", + "src/components/button/ButtonTextStagger/ButtonTextStagger.tsx", + "src/components/button/ButtonTextUnderline.tsx", + "src/components/button/ButtonElasticEffect/ButtonElasticEffect.tsx" ], "can_modify_directly": true, "can_delete": true, @@ -2815,10 +2815,10 @@ "button" ], "used_in": [ - "src/components/Textbox.tsx", + "src/components/navbar/NavbarLayoutFloatingInline.tsx", "src/components/navbar/NavbarStyleMinimal.tsx", - "src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx", - "src/components/navbar/NavbarLayoutFloatingInline.tsx" + "src/components/Textbox.tsx", + "src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx" ], "can_modify_directly": true, "can_delete": true, @@ -2837,8 +2837,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, @@ -3144,14 +3144,14 @@ ], "used_in": [ "src/components/cardStack/layouts/carousels/ButtonCarousel.tsx", - "src/components/cardStack/layouts/timelines/TimelineBase.tsx", - "src/components/cardStack/layouts/carousels/AutoCarousel.tsx", - "src/components/cardStack/layouts/timelines/TimelineCardStack.tsx", + "src/components/cardStack/layouts/timelines/TimelineHorizontalCardStack.tsx", "src/components/cardStack/layouts/grid/GridLayout.tsx", - "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/carousels/FullWidthCarousel.tsx", - "src/components/cardStack/layouts/timelines/TimelineHorizontalCardStack.tsx" + "src/components/cardStack/layouts/timelines/TimelineCardStack.tsx", + "src/components/cardStack/layouts/timelines/TimelineBase.tsx", + "src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx", + "src/components/cardStack/layouts/carousels/FullWidthCarousel.tsx" ], "can_modify_directly": true, "can_delete": true, @@ -3169,10 +3169,10 @@ "tags": [], "used_in": [ "src/components/cardStack/layouts/carousels/ButtonCarousel.tsx", - "src/components/cardStack/layouts/carousels/AutoCarousel.tsx", "src/components/cardStack/layouts/grid/GridLayout.tsx", - "src/components/cardStack/CardStack.tsx", - "src/components/cardStack/layouts/carousels/FullWidthCarousel.tsx" + "src/components/cardStack/layouts/carousels/AutoCarousel.tsx", + "src/components/cardStack/layouts/carousels/FullWidthCarousel.tsx", + "src/components/cardStack/CardStack.tsx" ], "can_modify_directly": true, "can_delete": true, @@ -3390,9 +3390,9 @@ ], "used_in": [ "src/components/cardStack/layouts/carousels/ButtonCarousel.tsx", - "src/components/cardStack/layouts/timelines/TimelineBase.tsx", - "src/components/cardStack/layouts/carousels/AutoCarousel.tsx", "src/components/cardStack/layouts/grid/GridLayout.tsx", + "src/components/cardStack/layouts/carousels/AutoCarousel.tsx", + "src/components/cardStack/layouts/timelines/TimelineBase.tsx", "src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx" ], "can_modify_directly": true, diff --git a/src/app/page.tsx b/src/app/page.tsx index 91b3542..bb92fdb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() {
-
Approved By 1000 people
-
Approved By 1000 people
);