From 1148e834d3e8358ed4a7dfaa760cfbc5bafa5409 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 23:08:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 113 ++++++++++++++++++++++------------------------- 1 file changed, 52 insertions(+), 61 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 514028a..b020e14 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,14 +4,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; +import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import { ShieldCheck, Target, Zap, Building2 } from "lucide-react"; export default function LandingPage() { return ( @@ -41,115 +42,105 @@ export default function LandingPage() {
-
-
-
-
-
@@ -166,7 +157,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1