diff --git a/src/app/page.tsx b/src/app/page.tsx index 5479c55..19f4ec9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award, Globe, TrendingUp, Users } from "lucide-react"; +import { Award, Globe, TrendingUp, Users, Zap, Shield, Database, Circle } from "lucide-react"; export default function LandingPage() { return ( @@ -27,291 +27,139 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);