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 ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);