From c915f1c3d4db4b20e56e60a9d900b2a0549852c3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 00:17:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 375 ++++++++++++++--------------------------------- 1 file changed, 112 insertions(+), 263 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1706b4c..9392526 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,13 +4,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroOverlay from '@/components/sections/hero/HeroOverlay'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import TextAbout from '@/components/sections/about/TextAbout'; +import { BarChart3, Users, Zap, ShieldCheck, Mail, Linkedin } from "lucide-react"; export default function LandingPage() { return ( @@ -27,270 +28,118 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
-
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1