From 0d306406404c97763d674b2e96d567a9a482d98a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 21:04:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 367 +++++++++++++---------------------------------- 1 file changed, 103 insertions(+), 264 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed5ecc9..075908f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { Shield } from "lucide-react"; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import { Shield, LayoutDashboard, Search, BarChart3, ListChecks, Mail, ChevronRight } from "lucide-react"; export default function LandingPage() { return ( @@ -27,268 +27,107 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1