From 8a46f75e0087ff8f4cfc0e4f948ca969ab01059c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 07:59:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 424 +++++++++++++++-------------------------------- 1 file changed, 136 insertions(+), 288 deletions(-) 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 ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1