From d540ffcfde4ffe4d8844d866caab90048fd4935f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 02:39:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 90add65..b5bde6c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { sidebarItems: [ { icon: BarChart3, active: true }, { icon: Briefcase }, - { icon: Settings }, + { icon: Zap }, ], stats: [ { title: "Projects Delivered", values: [45, 52, 68], description: "Active projects completed" }, @@ -78,7 +78,7 @@ export default function LandingPage() { listTitle: "Recent Milestones", listItems: [ { icon: CheckCircle, title: "5 Enterprise Clients", status: "Completed" }, { icon: Rocket, title: "Launch: Premium Platform", status: "Live" }, - { icon: Trophy, title: "Design Award Win", status: "Achieved" }, + { icon: Target, title: "Design Award Win", status: "Achieved" }, ], }} /> -- 2.49.1