From 043b3f821bf1e0a88ab929820fdd727cb3fa5223 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:38:47 +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 02ffcb7..495b6da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { sidebarItems: [ { icon: Zap }, { icon: Star, active: true }, - { icon: "Heart" } + { icon: Shield } ], stats: [ { title: "Happy Clients", values: [2500, 3200, 4100], valuePrefix: "", valueSuffix: "+", description: "Satisfied customers" },