From 3b79537f7f93a9ecdf21611ce192e32a945bd3bd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 03:49:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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"] }] }, ]} /> -- 2.49.1