From 008e717a20aee5b71f8b4dffb2ee6bcde897243c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 04:58:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 353 +++++++++++++++-------------------------------- 1 file changed, 113 insertions(+), 240 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 742c480..406a49b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,12 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; +import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; +import SplitAbout from '@/components/sections/about/SplitAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import { ShieldCheck, Heart, Users, BrainCircuit, Target, BookOpen, Clock } from "lucide-react"; +import MetricCardOne from '@/components/sections/metric/MetricCardOne'; export default function LandingPage() { return ( @@ -26,249 +27,121 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
+ +
+ +
); -} +} \ No newline at end of file