From fff51a27b76d85e2db346e8e1828cfac21770e89 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 00:12:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 215 +++++++---------------------------------------- 1 file changed, 31 insertions(+), 184 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bf37cff..abeb7d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Shield } from "lucide-react"; +import { Shield, Zap, CheckCircle, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -31,43 +31,24 @@ export default function LandingPage() {