From d4b2d2d80d6c76148beefc29843b0a096a335015 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 19:20:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 127 +++++++++++++++++++++++++++++++---------------- 1 file changed, 83 insertions(+), 44 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c8c95a9..824e9b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; +import SplitAbout from '@/components/sections/about/SplitAbout'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import { Briefcase, Building, Clock, DollarSign, User, Users } from "lucide-react"; +import { Briefcase, Building, Clock, DollarSign, User, Users, Lock, ShieldCheck, Cloud } from "lucide-react"; import { useEffect } from "react"; export default function LandingPage() { @@ -216,27 +217,75 @@ export default function LandingPage() {
-
+
+ +
+ +
+ +
+
-- 2.49.1