From 8ecb2e1cc6c28d051e63ca63cd611acc952a3515 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 00:22:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 304 ++++++++--------------------------------------- 1 file changed, 47 insertions(+), 257 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fbfc608..c764f1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Building, CheckCircle, Scale, Shield, Users } from "lucide-react"; +import { Building, CheckCircle, FileCheck, Scale, Shield, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -32,22 +32,10 @@ export default function LandingPage() {