diff --git a/src/app/page.tsx b/src/app/page.tsx index 45a82e6..a20d6d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { @@ -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"] }] }, ]} />