}
/>
diff --git a/frontend/src/pages/Thinker/Dashboard.tsx b/frontend/src/pages/Thinker/Dashboard.tsx
index 82186d0a..8b6a94e7 100644
--- a/frontend/src/pages/Thinker/Dashboard.tsx
+++ b/frontend/src/pages/Thinker/Dashboard.tsx
@@ -147,7 +147,7 @@ export default function ThinkerDashboard() {
return (
<>
{/* Key Metrics */}
diff --git a/frontend/src/pages/Thinker/ImageTesting.tsx b/frontend/src/pages/Thinker/ImageTesting.tsx
index bb09bcc7..a84f8814 100644
--- a/frontend/src/pages/Thinker/ImageTesting.tsx
+++ b/frontend/src/pages/Thinker/ImageTesting.tsx
@@ -7,9 +7,9 @@ import { BoltIcon, UserIcon, ShootingStarIcon, ImageIcon } from "../../icons";
export default function ImageTesting() {
// Thinker navigation tabs
const thinkerTabs = [
- { label: 'Prompts', path: '/thinker/prompts', icon:
},
- { label: 'Author Profiles', path: '/thinker/author-profiles', icon:
},
- { label: 'Strategies', path: '/thinker/strategies', icon:
},
+ { label: 'AI Instructions', path: '/thinker/prompts', icon:
},
+ { label: 'Writing Voices', path: '/thinker/author-profiles', icon:
},
+ { label: 'Content Strategies', path: '/thinker/strategies', icon:
},
{ label: 'Image Testing', path: '/thinker/image-testing', icon:
},
];
@@ -17,7 +17,7 @@ export default function ImageTesting() {
<>
, color: 'indigo' }}
navigation={
}
/>
diff --git a/frontend/src/pages/Thinker/Prompts.tsx b/frontend/src/pages/Thinker/Prompts.tsx
index 176c7f6f..594d4162 100644
--- a/frontend/src/pages/Thinker/Prompts.tsx
+++ b/frontend/src/pages/Thinker/Prompts.tsx
@@ -201,9 +201,9 @@ export default function Prompts() {
// Thinker navigation tabs
const thinkerTabs = [
- { label: 'Prompts', path: '/thinker/prompts', icon:
},
- { label: 'Author Profiles', path: '/thinker/author-profiles', icon:
},
- { label: 'Strategies', path: '/thinker/strategies', icon:
},
+ { label: 'AI Instructions', path: '/thinker/prompts', icon:
},
+ { label: 'Writing Voices', path: '/thinker/author-profiles', icon:
},
+ { label: 'Content Strategies', path: '/thinker/strategies', icon:
},
{ label: 'Image Testing', path: '/thinker/image-testing', icon:
},
];
@@ -211,7 +211,7 @@ export default function Prompts() {
<>
, color: 'orange' }}
navigation={
}
/>
@@ -222,10 +222,10 @@ export default function Prompts() {
- Planner Prompts
+ Keyword & Topic Instructions
- Configure AI prompt templates for clustering and idea generation
+ Tell the AI how to group keywords and suggest content ideas
@@ -295,10 +295,10 @@ export default function Prompts() {
- Writer Prompts
+ Article Writing Instructions
- Configure AI prompt templates for content writing
+ Tell the AI how to write your articles
diff --git a/frontend/src/pages/Thinker/Strategies.tsx b/frontend/src/pages/Thinker/Strategies.tsx
index 7c39ec00..faddcf8d 100644
--- a/frontend/src/pages/Thinker/Strategies.tsx
+++ b/frontend/src/pages/Thinker/Strategies.tsx
@@ -7,9 +7,9 @@ import { BoltIcon, UserIcon, ShootingStarIcon, ImageIcon } from "../../icons";
export default function Strategies() {
// Thinker navigation tabs
const thinkerTabs = [
- { label: 'Prompts', path: '/thinker/prompts', icon:
},
- { label: 'Author Profiles', path: '/thinker/author-profiles', icon:
},
- { label: 'Strategies', path: '/thinker/strategies', icon:
},
+ { label: 'AI Instructions', path: '/thinker/prompts', icon:
},
+ { label: 'Writing Voices', path: '/thinker/author-profiles', icon:
},
+ { label: 'Content Strategies', path: '/thinker/strategies', icon:
},
{ label: 'Image Testing', path: '/thinker/image-testing', icon:
},
];
@@ -17,7 +17,7 @@ export default function Strategies() {
<>
, color: 'purple' }}
navigation={
}
/>