diff --git a/src/app/page.tsx b/src/app/page.tsx index 84fb2a6..07f4008 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; -import { Shield, Sparkles } from 'lucide-react'; export default function LandingPage() { return ( @@ -26,98 +25,105 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);