diff --git a/vibn-frontend/_onboarding/onboarding-entrepreneur.tsx b/vibn-frontend/_onboarding/onboarding-entrepreneur.tsx index dff0cd1e..6c97f761 100644 --- a/vibn-frontend/_onboarding/onboarding-entrepreneur.tsx +++ b/vibn-frontend/_onboarding/onboarding-entrepreneur.tsx @@ -240,15 +240,16 @@ function LayoutPreview({ styleId }: { styleId: string }) { ); + // Common high-fidelity dashboard body matching page-dashboard.jsx // Common high-fidelity dashboard body matching page-dashboard.jsx const renderDashboardMockup = () => (
@@ -281,7 +282,7 @@ function LayoutPreview({ styleId }: { styleId: string }) { 3 deals moved stage today · 12 unread in Inbox · 1 task overdue
-
+
@@ -2021,7 +2022,7 @@ function EntrepStyle({ productType, value, onChange }) { }))} value={value} onChange={onChange} - columns={styles.length === 3 ? 3 : 2} + columns={2} minimal />