From f486848de95c36eed7fb52a51f7bb174a09bd0f0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 11:06:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 530 ++++++++++++++--------------------------------- 1 file changed, 157 insertions(+), 373 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 82ffba3..0cab0d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,396 +10,180 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import { Shield } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1