From d00b9890cce7772677af8454e3f1de389774e057 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 23:50:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 315 ++++++++++++++++------------------------------- 1 file changed, 105 insertions(+), 210 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 743db4d..c13838e 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 { Wrench, Search, ShieldCheck, Clock } from 'lucide-react'; import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; @@ -26,223 +27,117 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
-
+
+
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1