diff --git a/src/app/page.tsx b/src/app/page.tsx index 7efa6f9..9736a3a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,11 +7,11 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; -import MetricCardTwo from '@/components/sections/metric/MetricCardTwo'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import MediaAbout from '@/components/sections/about/MediaAbout'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { ShieldCheck, Target, Zap, Shield, FileText, Clock, Globe } from "lucide-react"; +import { ShieldCheck, Target, ShieldCheck as LucideIcon } from "lucide-react"; export default function LandingPage() { return ( @@ -28,121 +28,123 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);