From b4abaf52c22b59e0814ee63db481cbecb9dcc594 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:01:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e19dd1..863a9aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,7 +102,7 @@ export default function CyberSafePage() { ], }, { - title: "Privacy Checklist", description: "Control your data and manage what information you share online", bentoComponent: "3d-task-list", title: "Privacy Checklist", items: [ + title: "Privacy Checklist", description: "Control your data and manage what information you share online", bentoComponent: "3d-task-list", items: [ { icon: Eye, label: "Review Profile Settings", time: "5 min" }, { icon: Lock, label: "Limit App Permissions", time: "10 min" }, { icon: Shield, label: "Enable Privacy Controls", time: "5 min" }, -- 2.49.1