Update src/app/page.tsx
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import LegalSection from '@/components/legal/LegalSection';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import { CheckCircle, FileText, Lock, RefreshCw, ShieldCheck, FileSearch, UserCheck, Clipboard, Shield } from "lucide-react";
|
||||
|
||||
@@ -30,9 +30,9 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "dashboard" },
|
||||
{ name: "Add Case", id: "add-case" },
|
||||
{ name: "Search", id: "search-case" },
|
||||
{ name: "Reports", id: "reports" },
|
||||
{ name: "Case List", id: "case-list" },
|
||||
{ name: "Metric", id: "metric" },
|
||||
{ name: "Features", id: "feature" },
|
||||
]}
|
||||
brandName="Police Case Management"
|
||||
/>
|
||||
@@ -126,10 +126,10 @@ export default function LandingPage() {
|
||||
title="System Compliance & Legal"
|
||||
sections={[
|
||||
{
|
||||
heading: "Data Privacy", type: "paragraph", text: "This system complies with all federal regulations regarding police data privacy and handling of criminal records."
|
||||
heading: "Data Privacy", content: [{ type: "paragraph", text: "This system complies with all federal regulations regarding police data privacy and handling of criminal records." }]
|
||||
},
|
||||
{
|
||||
heading: "Terms of Use", type: "list", items: ["Authorized access only", "Audit logs enabled", "Secure terminal usage"]
|
||||
heading: "Terms of Use", content: [{ type: "list", items: ["Authorized access only", "Audit logs enabled", "Secure terminal usage"] }]
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user