From 8383f58cfa39c6686c2775a98f4446b3023db086 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 08:29:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 384 ++++++++++++++++------------------------------- 1 file changed, 129 insertions(+), 255 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 50c7d54..6b49d31 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, Clock, FlaskConical, Scan } from 'lucide-react'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; @@ -27,269 +28,142 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);