From b1d99e603bf9c8b76d8c7bdc837f982889c0f9b0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 17:21:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 500 ++++++++++++----------------------------------- 1 file changed, 128 insertions(+), 372 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6fd24be..ed0cacf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,396 +2,152 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; +import TextAbout from '@/components/sections/about/TextAbout'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { LayoutGrid, CheckCircle, Target, Award } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1