From fb23284a2c052396f62e7909008ee1e655712f63 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 09:03:10 +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 1840b7c..2f74ef1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -159,7 +159,7 @@ export default function LandingPage() { }, { title: "Data Security", description: - "All data stored securely in your browser. No cloud account needed, full privacy.", bentoComponent: "3d-task-list", title: "Security Features", items: [ + "All data stored securely in your browser. No cloud account needed, full privacy.", bentoComponent: "3d-task-list", items: [ { icon: Lock, label: "Browser Storage", time: "Instant" }, { icon: Shield, label: "Private Data", time: "Always" }, { icon: HardDrive, label: "Local Only", time: "Secure" }, -- 2.49.1