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() {