From e8d01d95494e1cdbcfdc2f7375ff41e0c273fa83 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 11:06:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 257 +++++++++-------------------------------------- 1 file changed, 46 insertions(+), 211 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 21d2bac..3b5a7f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextAbout from '@/components/sections/about/TextAbout'; -import { ShieldCheck, Users, Zap } from "lucide-react"; +import { ShieldCheck, Users, Zap, FileText, Bot, Video, ScanLine } from "lucide-react"; export default function LandingPage() { return ( @@ -32,22 +32,10 @@ export default function LandingPage() {