diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ae9da5..c5c873e 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 { CheckCircle, Zap, Shield } from "lucide-react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterCard from '@/components/sections/footer/FooterCard'; @@ -13,149 +14,109 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + - +
);