diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a6de5d..877ddbf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Activity, Award, Clock, Zap } from "lucide-react"; +import { Activity, Award, Clock, Zap, TrendingUp, Users, Clipboard } from "lucide-react"; export default function LandingPage() { return ( @@ -29,362 +29,156 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);