From beea9a4ce087e290bbb430456c84fee6d8c3c601 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 07:48:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 236 +++++++++-------------------------------------- 1 file changed, 42 insertions(+), 194 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0786611..ad89f78 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Shield } from "lucide-react"; +import { Shield, Zap, Target, RefreshCw, BarChart2, Cloud } from "lucide-react"; export default function LandingPage() { return ( @@ -32,18 +32,9 @@ export default function LandingPage() {