diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e1b386..404b3ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import AboutMetric from '@/components/sections/about/AboutMetric'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { ShieldCheck, Zap, Lock, Eye, Shield, Clock, PackageCheck, Zap } from "lucide-react"; +import { ShieldCheck, Lock, Eye, Shield, Clock, PackageCheck, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -28,125 +28,129 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);