From 79b2b3785592be92913140c1d2f3743cf3dd940d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:56:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.49.1