From 0c33c12d85a3781965499d60f4273f02d4cbfe85 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 01:09:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 463 ++++++++++++----------------------------------- 1 file changed, 114 insertions(+), 349 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b37108..a8621c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; @@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { CheckCircle, Shield, Zap } from "lucide-react"; +import { CheckCircle, Shield, Zap, Briefcase, Target, TrendingUp } from "lucide-react"; export default function LandingPage() { return ( @@ -29,362 +29,127 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1