diff --git a/src/app/page.tsx b/src/app/page.tsx index 9646455..a9c2d90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Film, Instagram, Twitter } from "lucide-react"; +import { Film, Instagram, Twitter, Zap, ArrowUp, Brain, Shield } from "lucide-react"; export default function LandingPage() { return ( @@ -27,273 +27,119 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);