diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f6c288..856b738 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Briefcase, Layers, PieChart, Settings, Shield, Target, TrendingUp, Zap } from "lucide-react"; +import { Briefcase, Layers, PieChart, Settings, Shield, Target, TrendingUp, Zap, Cpu } from "lucide-react"; export default function LandingPage() { return ( @@ -29,326 +29,160 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file