diff --git a/src/app/page.tsx b/src/app/page.tsx index 834d680..b5a0edc 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 { Zap, Shield, CheckCircle } from 'lucide-react'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; @@ -28,321 +29,141 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);