diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c7a965..5213a7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,308 +11,156 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Award, Shield, Star } from "lucide-react"; +import { Star, Award, Shield } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);