diff --git a/frontend/src/layout/AppSidebar.tsx b/frontend/src/layout/AppSidebar.tsx index 804d6567..aa15f038 100644 --- a/frontend/src/layout/AppSidebar.tsx +++ b/frontend/src/layout/AppSidebar.tsx @@ -66,7 +66,7 @@ const AppSidebar: React.FC = () => { const setupItems: NavItem[] = [ { icon: , - name: "Add Keywords", + name: "Find Keywords", path: "/setup/add-keywords", }, ]; @@ -75,7 +75,7 @@ const AppSidebar: React.FC = () => { if (isModuleEnabled('site_builder')) { setupItems.push({ icon: , - name: "Sites", + name: "Your Websites", path: "/sites", // Submenus shown as in-page navigation }); } @@ -84,7 +84,7 @@ const AppSidebar: React.FC = () => { if (isModuleEnabled('thinker')) { setupItems.push({ icon: , - name: "Thinker", + name: "Content Strategy", path: "/thinker/prompts", // Default to prompts, submenus shown as in-page navigation }); } @@ -96,7 +96,7 @@ const AppSidebar: React.FC = () => { if (isModuleEnabled('planner')) { workflowItems.push({ icon: , - name: "Planner", + name: "Organize Keywords", path: "/planner/keywords", // Default to keywords, submenus shown as in-page navigation }); } @@ -105,7 +105,7 @@ const AppSidebar: React.FC = () => { if (isModuleEnabled('writer')) { workflowItems.push({ icon: , - name: "Writer", + name: "Create Content", path: "/writer/tasks", // Default to tasks, submenus shown as in-page navigation }); } @@ -150,11 +150,11 @@ const AppSidebar: React.FC = () => { ], }, { - label: "SETUP", + label: "GET STARTED", items: setupItems, }, { - label: "WORKFLOW", + label: "CREATE CONTENT", items: workflowItems, }, { @@ -183,7 +183,7 @@ const AppSidebar: React.FC = () => { ], }, { - label: "SETTINGS", + label: "PREFERENCES", items: [ { icon: , @@ -208,11 +208,11 @@ const AppSidebar: React.FC = () => { ], }, { - label: "HELP & DOCS", + label: "SUPPORT", items: [ { icon: , - name: "Help & Documentation", + name: "Help Center", path: "/help", }, ], diff --git a/frontend/src/pages/Dashboard/Home.tsx b/frontend/src/pages/Dashboard/Home.tsx index c3fcb1f7..c1595d37 100644 --- a/frontend/src/pages/Dashboard/Home.tsx +++ b/frontend/src/pages/Dashboard/Home.tsx @@ -592,7 +592,7 @@ export default function Home() { {/* Custom Header with Site Selector and Refresh */}
-

Dashboard

+

Your Content Creation Dashboard

{lastUpdated && (

Last updated: {lastUpdated.toLocaleTimeString()} @@ -679,7 +679,7 @@ export default function Home() {

{/* Progress Flow - Circular Design with Progress Bar */} - + {/* Percentage and Progress Bar */}
@@ -781,8 +781,8 @@ export default function Home() {
-

Keyword Research

-

Discover opportunities

+

Find Keywords

+

Search for topics

@@ -795,8 +795,8 @@ export default function Home() {
-

Clustering & Ideas

-

Organize strategy

+

Organize Topics

+

Group & plan content

@@ -809,8 +809,8 @@ export default function Home() {
-

Content Generation

-

Create content

+

Create Articles

+

Generate content

@@ -823,8 +823,8 @@ export default function Home() {
-

Internal Linking

-

Link content

+

Add Links

+

Connect articles

@@ -837,8 +837,8 @@ export default function Home() {
-

Content Optimization

-

Optimize content

+

Improve Content

+

Boost performance

@@ -848,18 +848,18 @@ export default function Home() { {/* Key Metrics */}
} accentColor="blue" trend={0} href="/planner/keywords" /> } accentColor="green" trend={0} @@ -868,7 +868,7 @@ export default function Home() { } accentColor="purple" trend={0} @@ -877,7 +877,7 @@ export default function Home() { } accentColor="success" trend={0}