diff --git a/src/app/page.tsx b/src/app/page.tsx index b7c9a79..9b76484 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import LegalSection from '@/components/legal/LegalSection'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import { CheckCircle, FileText, Lock, RefreshCw, ShieldCheck } from "lucide-react"; +import { CheckCircle, FileText, Lock, RefreshCw, ShieldCheck, FileSearch, UserCheck, Clipboard, Shield } from "lucide-react"; export default function LandingPage() { return ( @@ -29,22 +29,10 @@ export default function LandingPage() { @@ -211,30 +112,10 @@ export default function LandingPage() { title="Advanced Features" description="Streamlining law enforcement with modern tools." features={[ - { - title: "Evidence Log", - description: "Secure digital chain of custody.", - imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13957.jpg", - buttonIcon: "FileSearch", - }, - { - title: "Inspector Portal", - description: "Assign and track officer activity.", - imageSrc: "http://img.b2bpic.net/free-photo/painted-color-wooden-textured-background_53876-34023.jpg", - buttonIcon: "UserCheck", - }, - { - title: "Automated Reports", - description: "Generate compliance documents.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-minimalist-business-arrangement-with-empty-clipboard_23-2148488707.jpg", - buttonIcon: "Clipboard", - }, - { - title: "Data Security", - description: "AES-256 encrypted database.", - imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-clipboard_23-2148102416.jpg", - buttonIcon: "Shield", - }, + { title: "Evidence Log", description: "Secure digital chain of custody.", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13957.jpg", buttonIcon: FileSearch }, + { title: "Inspector Portal", description: "Assign and track officer activity.", imageSrc: "http://img.b2bpic.net/free-photo/painted-color-wooden-textured-background_53876-34023.jpg", buttonIcon: UserCheck }, + { title: "Automated Reports", description: "Generate compliance documents.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-minimalist-business-arrangement-with-empty-clipboard_23-2148488707.jpg", buttonIcon: Clipboard }, + { title: "Data Security", description: "AES-256 encrypted database.", imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-clipboard_23-2148102416.jpg", buttonIcon: Shield }, ]} /> @@ -245,22 +126,10 @@ export default function LandingPage() { title="System Compliance & Legal" sections={[ { - heading: "Data Privacy", - content: { - type: "paragraph", - text: "This system complies with all federal regulations regarding police data privacy and handling of criminal records.", - }, + heading: "Data Privacy", content: { text: "This system complies with all federal regulations regarding police data privacy and handling of criminal records." }, }, { - heading: "Terms of Use", - content: { - type: "list", - items: [ - "Authorized access only", - "Audit logs enabled", - "Secure terminal usage", - ], - }, + heading: "Terms of Use", content: { items: ["Authorized access only", "Audit logs enabled", "Secure terminal usage"] }, }, ]} />