diff --git a/.project_index.json b/.project_index.json index bcfc955..8360728 100644 --- a/.project_index.json +++ b/.project_index.json @@ -569,12 +569,12 @@ "role": "ui", "tags": [], "used_in": [ - "src/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen.tsx", - "src/components/navbar/NavbarLayoutFloatingInline.tsx", "src/components/navbar/NavbarStyleApple/NavbarStyleApple.tsx", + "src/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen.tsx", "src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx", "src/components/navbar/NavbarStyleMinimal.tsx", - "src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx" + "src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx", + "src/components/navbar/NavbarLayoutFloatingInline.tsx" ], "can_modify_directly": true, "can_delete": true, @@ -610,8 +610,8 @@ "button" ], "used_in": [ - "src/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen.tsx", - "src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx" + "src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx", + "src/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen.tsx" ], "can_modify_directly": true, "can_delete": true, @@ -2694,10 +2694,10 @@ "role": "ui", "tags": [], "used_in": [ - "src/components/button/ButtonTextStagger/ButtonTextStagger.tsx", - "src/components/button/ButtonTextShift/ButtonTextShift.tsx", + "src/components/button/ButtonShiftHover/ButtonShiftHover.tsx", "src/components/button/ButtonBounceEffect/ButtonBounceEffect.tsx", - "src/components/button/ButtonShiftHover/ButtonShiftHover.tsx" + "src/components/button/ButtonTextShift/ButtonTextShift.tsx", + "src/components/button/ButtonTextStagger/ButtonTextStagger.tsx" ], "can_modify_directly": true, "can_delete": true, @@ -2748,17 +2748,17 @@ "button" ], "used_in": [ - "src/components/button/ButtonExpandHover.tsx", - "src/components/button/ButtonTextShift/ButtonTextShift.tsx", - "src/components/button/ButtonShiftHover/ButtonShiftHover.tsx", - "src/components/button/ButtonTextStagger/ButtonTextStagger.tsx", - "src/components/button/ButtonIconArrow.tsx", - "src/components/button/ButtonElasticEffect/ButtonElasticEffect.tsx", - "src/components/button/ButtonBounceEffect/ButtonBounceEffect.tsx", - "src/components/button/ButtonHoverBubble.tsx", + "src/components/button/ButtonHoverMagnetic/ButtonHoverMagnetic.tsx", "src/components/button/ButtonDirectionalHover/ButtonDirectionalHover.tsx", + "src/components/button/ButtonHoverBubble.tsx", + "src/components/button/ButtonExpandHover.tsx", + "src/components/button/ButtonTextStagger/ButtonTextStagger.tsx", + "src/components/button/ButtonBounceEffect/ButtonBounceEffect.tsx", + "src/components/button/ButtonIconArrow.tsx", "src/components/button/ButtonTextUnderline.tsx", - "src/components/button/ButtonHoverMagnetic/ButtonHoverMagnetic.tsx" + "src/components/button/ButtonTextShift/ButtonTextShift.tsx", + "src/components/button/ButtonElasticEffect/ButtonElasticEffect.tsx", + "src/components/button/ButtonShiftHover/ButtonShiftHover.tsx" ], "can_modify_directly": true, "can_delete": true, @@ -2815,10 +2815,10 @@ "button" ], "used_in": [ + "src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx", "src/components/navbar/NavbarLayoutFloatingInline.tsx", "src/components/Textbox.tsx", - "src/components/navbar/NavbarStyleMinimal.tsx", - "src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx" + "src/components/navbar/NavbarStyleMinimal.tsx" ], "can_modify_directly": true, "can_delete": true, @@ -3143,15 +3143,15 @@ "product" ], "used_in": [ - "src/components/cardStack/layouts/timelines/TimelinePhoneView.tsx", - "src/components/cardStack/layouts/carousels/ButtonCarousel.tsx", - "src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx", "src/components/cardStack/layouts/timelines/TimelineHorizontalCardStack.tsx", + "src/components/cardStack/layouts/carousels/AutoCarousel.tsx", + "src/components/cardStack/layouts/carousels/FullWidthCarousel.tsx", + "src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx", + "src/components/cardStack/layouts/timelines/TimelineCardStack.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/TimelineCardStack.tsx", - "src/components/cardStack/layouts/carousels/FullWidthCarousel.tsx" + "src/components/cardStack/layouts/carousels/ButtonCarousel.tsx", + "src/components/cardStack/layouts/timelines/TimelinePhoneView.tsx" ], "can_modify_directly": true, "can_delete": true, @@ -3168,11 +3168,11 @@ "role": "ui", "tags": [], "used_in": [ - "src/components/cardStack/CardStack.tsx", - "src/components/cardStack/layouts/carousels/ButtonCarousel.tsx", - "src/components/cardStack/layouts/grid/GridLayout.tsx", "src/components/cardStack/layouts/carousels/AutoCarousel.tsx", - "src/components/cardStack/layouts/carousels/FullWidthCarousel.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" ], "can_modify_directly": true, "can_delete": true, @@ -3389,11 +3389,11 @@ "product" ], "used_in": [ - "src/components/cardStack/layouts/carousels/ButtonCarousel.tsx", + "src/components/cardStack/layouts/carousels/AutoCarousel.tsx", "src/components/cardStack/layouts/timelines/TimelineProcessFlow.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/carousels/ButtonCarousel.tsx" ], "can_modify_directly": true, "can_delete": true, diff --git a/src/app/page.tsx b/src/app/page.tsx index cb3bcde..96a8e0e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,12 +8,28 @@ import FeatureProcessSteps from '@/components/sections/feature/FeatureProcessSte import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import AnotherContactForm from '@/components/sections/contact/NewContactForm'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { AlertTriangle, Lock, Brain, Clock, Shield, FileText, MessageCircle } from "lucide-react"; -import ContactForm from "@/components/form/ContactForm"; +import { AlertTriangle, Lock, Brain, Clock, Shield, FileText } from 'lucide-react'; export default function LandingPage() { + +
+ +
+import ContactForm from '@/components/form/ContactForm'; + +
+ +
return ( + + primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" headingFontWeight="medium" @@ -45,9 +73,9 @@ export default function LandingPage() {
-
-
- +