Refactor Calendar and Home components for improved navigation and user experience

Updated the Calendar component's route from "/event-calendar" to "/calendar" for clarity. Enhanced the Home component to provide dynamic content based on the presence of students and teams, introducing new sections for "Getting Started" and "Team Building". Improved the DashboardCard component to support emphasized styling for better visual hierarchy. Updated the navigation menu to reflect these changes and ensure a more intuitive user experience.
This commit is contained in:
2025-12-27 22:01:41 -05:00
parent c462ed4561
commit c9ef169989
4 changed files with 167 additions and 54 deletions
@@ -1,4 +1,4 @@
@page "/event-calendar"
@page "/calendar"
@attribute [Authorize]
@using WebApp.Components.Shared.Components
@using WebApp.Models