diff --git a/frontend/src/layout/AppSidebar.tsx b/frontend/src/layout/AppSidebar.tsx index 804d6567..45d761e2 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: "AI Writer Setup", 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: "Write Articles", path: "/writer/tasks", // Default to tasks, submenus shown as in-page navigation }); } @@ -114,7 +114,7 @@ const AppSidebar: React.FC = () => { if (isModuleEnabled('automation')) { workflowItems.push({ icon: , - name: "Automation", + name: "Automate Everything", path: "/automation", }); } @@ -150,44 +150,44 @@ const AppSidebar: React.FC = () => { ], }, { - label: "SETUP", + label: "GET STARTED", items: setupItems, }, { - label: "WORKFLOW", + label: "CREATE CONTENT", items: workflowItems, }, { - label: "ACCOUNT", + label: "MANAGE ACCOUNT", items: [ { icon: , - name: "Account Settings", + name: "Your Account Info", path: "/account/settings", }, { icon: , - name: "Team Management", + name: "Your Team", path: "/account/team", }, { icon: , - name: "Plans & Billing", + name: "Your Subscription", path: "/account/plans", }, { icon: , - name: "Usage & Analytics", + name: "Your Usage", path: "/account/usage", }, ], }, { - label: "SETTINGS", + label: "CONFIGURATION", items: [ { icon: , - name: "Profile Settings", + name: "Your Profile", path: "/settings/profile", }, { @@ -197,7 +197,7 @@ const AppSidebar: React.FC = () => { }, { icon: , - name: "Publishing", + name: "Where to Publish", path: "/settings/publishing", }, { @@ -208,7 +208,7 @@ const AppSidebar: React.FC = () => { ], }, { - label: "HELP & DOCS", + label: "HELP & LEARNING", items: [ { icon: , diff --git a/frontend/src/pages/Dashboard/Home.tsx b/frontend/src/pages/Dashboard/Home.tsx index c3fcb1f7..a542320a 100644 --- a/frontend/src/pages/Dashboard/Home.tsx +++ b/frontend/src/pages/Dashboard/Home.tsx @@ -592,10 +592,10 @@ export default function Home() { {/* Custom Header with Site Selector and Refresh */}
-

Dashboard

+

Your Content Creation Dashboard

{lastUpdated && (

- Last updated: {lastUpdated.toLocaleTimeString()} + Last checked: {lastUpdated.toLocaleTimeString()}

)}
@@ -610,6 +610,7 @@ export default function Home() { )}
{/* Add Site Button and Site Count in Single Row - Right Side */} @@ -636,7 +637,7 @@ export default function Home() {
{sites.length > 1 ? (
- {sites.length}/{maxSites || '∞'} Sites + {sites.length} of {maxSites || '∞'} Sites Active
) : (
@@ -679,12 +680,12 @@ export default function Home() {
{/* Progress Flow - Circular Design with Progress Bar */} - + {/* Percentage and Progress Bar */}
- Overall Completion + Overall Completion: {progress.completionPercentage}% - You're making great progress! {progress.completionPercentage}% @@ -696,6 +697,9 @@ export default function Home() { color="primary" className="h-4" /> +

+ (This shows your progress from keywords through to published content) +

{/* Icon-based Progress Flow */} @@ -708,7 +712,7 @@ export default function Home() {
Site & Sectors
{sites.filter(s => s.active_sectors_count > 0).length}
-
Industry & sectors configured
+
Niches you're targeting - Industry & sectors set up
@@ -719,7 +723,7 @@ export default function Home() {
Keywords
{progress.keywordsCount}
-
Keywords added from opportunities
+
Search terms to target - Keywords added from research
@@ -730,7 +734,7 @@ export default function Home() {
Clusters
{progress.clustersCount}
-
Keywords grouped into clusters
+
Topic groups - Keywords organized by theme
@@ -741,7 +745,7 @@ export default function Home() {
Ideas
{progress.ideasCount}
-
Content ideas and outlines
+
Article outlines ready - Ideas and outlines created
@@ -752,7 +756,7 @@ export default function Home() {
Content
{progress.contentCount}
-
Content pieces + images created
+
Articles created - Written content + images ready
@@ -763,7 +767,7 @@ export default function Home() {
Published
{progress.publishedCount}
-
Content published to site
+
Live on your site - Articles published and active
@@ -781,8 +785,8 @@ export default function Home() {
-

Keyword Research

-

Discover opportunities

+

Find Keywords to Rank For

+

Search for topics your audience wants to read about

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

Clustering & Ideas

-

Organize strategy

+

Organize Topics & Create Outlines

+

Group keywords and create article plans

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

Content Generation

-

Create content

+

Write Articles with AI

+

Generate full articles ready to publish

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

Internal Linking

-

Link content

+

Connect Your Articles

+

Automatically link related articles for better SEO

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

Content Optimization

-

Optimize content

+

Make Articles Better

+

Improve readability, keywords, and search rankings

@@ -1066,10 +1070,10 @@ export default function Home() {

- Image Generation + Create Article Images

- Generate custom images for your content using AI. Create relevant, high-quality images that match your content theme and brand style. Images are automatically optimized and can be added directly to your content pieces. + Generate custom images for your content using AI. Create relevant, high-quality images that match your content theme and brand style. Images are automatically optimized and can be added directly to your articles.

@@ -1083,10 +1087,10 @@ export default function Home() {

- Automation + Run Everything Automatically

- Set up automated workflows to streamline your content creation process. Schedule content generation, automatic publishing, keyword monitoring, and other tasks to save time and maintain consistency. + Set up schedules to create and publish content on its own. Automate keyword monitoring, content generation, image creation, and publishing to save time and maintain consistency across your site.

@@ -1100,10 +1104,10 @@ export default function Home() {

- Prompts + Customize Your AI Writer

- Create and manage custom AI prompts to guide content generation. Customize prompts for different content types, industries, and writing styles. Save and reuse your best prompts for consistent, high-quality output. + Create custom instructions for how AI writes your content. Design prompts for different content types, industries, and writing styles. Save and reuse your best prompts for consistent, high-quality output.

diff --git a/frontend/src/pages/Sites/List.tsx b/frontend/src/pages/Sites/List.tsx index 79bbcdea..69944233 100644 --- a/frontend/src/pages/Sites/List.tsx +++ b/frontend/src/pages/Sites/List.tsx @@ -275,7 +275,7 @@ export default function SiteList() { }; const SITE_TYPES = [ - { value: '', label: 'All Types' }, + { value: '', label: 'Show All Types' }, { value: 'marketing', label: 'Marketing' }, { value: 'ecommerce', label: 'Ecommerce' }, { value: 'blog', label: 'Blog' }, @@ -284,7 +284,7 @@ export default function SiteList() { ]; const HOSTING_TYPES = [ - { value: '', label: 'All Hosting' }, + { value: '', label: 'Show All Hosting' }, { value: 'igny8_sites', label: 'IGNY8 Sites' }, { value: 'wordpress', label: 'WordPress' }, { value: 'shopify', label: 'Shopify' }, @@ -292,7 +292,7 @@ export default function SiteList() { ]; const STATUS_OPTIONS = [ - { value: '', label: 'All Status' }, + { value: '', label: 'Show All Status' }, { value: 'active', label: 'Active' }, { value: 'inactive', label: 'Inactive' }, ]; @@ -444,25 +444,28 @@ export default function SiteList() { variant="primary" size="sm" startIcon={} + title="See overview and statistics for this site" > - Dashboard + View Site Dashboard @@ -491,9 +494,9 @@ export default function SiteList() { return (
- + , color: 'blue' }} hideSiteSector={true} navigation={} @@ -507,8 +510,9 @@ export default function SiteList() { variant="success" size="md" startIcon={} + title="Connect a new WordPress or Shopify site to create content for it" > - Add Site + + Add Another Website