From 93b26a821827045a9746a18ed7fd2e6b3a6964a6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 07:44:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 331 +++++++++++------------------------------------ 1 file changed, 75 insertions(+), 256 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bd7ff45..a2214e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { BarChart2, DollarSign, Gauge, Globe, Lightbulb, Lock, Quote, Shield, ShieldCheck, Sparkles, Target, TrendingUp, Users } from "lucide-react"; +import { BarChart2, DollarSign, Gauge, Globe, Lightbulb, Lock, Quote, Shield, ShieldCheck, Sparkles, Target, TrendingUp, Users, Fingerprint, BellRing } from "lucide-react"; export default function LandingPage() { return ( @@ -33,43 +33,25 @@ export default function LandingPage() { @@ -77,53 +59,30 @@ export default function LandingPage() {