diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ffc826..73f7347 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Award, Layout, Users } from "lucide-react"; +import { Award, Layout, Users, TrendingUp, Palette, MessageCircle, BarChart } from "lucide-react"; export default function LandingPage() { return ( @@ -26,267 +26,116 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);