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" }, ], }} />