From d08682493a5d65de52d0d85b8006e80b67f9010e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 08:10:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 327 +++++++++++++++++++++++------------------------ 1 file changed, 163 insertions(+), 164 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 51f6d7f..a239652 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Activity, AlertCircle, Award, FileText } from "lucide-react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; @@ -11,184 +12,182 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Activity, AlertCircle, Award, FileText } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);