diff --git a/frontend/src/pages/app/DashboardPage.tsx b/frontend/src/pages/app/DashboardPage.tsx
index ecb186b4..b8a9bb06 100644
--- a/frontend/src/pages/app/DashboardPage.tsx
+++ b/frontend/src/pages/app/DashboardPage.tsx
@@ -153,44 +153,36 @@ export function NewDashboardPage() {
{/* Main Dashboard Layout */}
{/* SECTION 1: Bakery Health Status */}
- {healthStatus &&
}
+
{/* SECTION 2: What Needs Your Attention (Action Queue) */}
- {actionQueue && (
-
- )}
+
{/* SECTION 3: What the System Did for You (Orchestration Summary) */}
- {orchestrationSummary && (
-
- )}
+
{/* SECTION 4: Today's Production Timeline */}
- {productionTimeline && (
-
- )}
+
{/* SECTION 5: Quick Insights Grid */}
- {insights && (
-
-
Key Metrics
-
-
- )}
+
+
Key Metrics
+
+
{/* SECTION 6: Quick Action Links */}