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" > - + -
- -
+
+ +
-
-
+
+
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);