diff --git a/src/app/page.tsx b/src/app/page.tsx index 2239a45..7dddbe6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { Shield } from 'lucide-react'; export default function LandingPage() { return ( @@ -83,6 +84,7 @@ export default function LandingPage() { title="Military-Grade Encryption" description="Every file is encrypted at rest and in transit. SecureShare protects your data against unauthorized access using AES-256 standards." subdescription="Zero-knowledge architecture ensures that only you hold the keys to your files." + icon={Shield} imageSrc="http://img.b2bpic.net/free-photo/computer-security-data-protection-concept_107791-15659.jpg" mediaAnimation="slide-up" imageAlt="cyber security shield icon"