UX: Update Setup, Settings, and Help pages with user-friendly text
- Setup: Changed 'Add Keywords' to 'Find Keywords' - Account Settings: Updated description to be more user-friendly - AI Settings: Updated description to explain AI models and preferences - General Settings: Changed to 'App Preferences' with clearer description - Help: Changed 'Help & Documentation' to 'Help Center' with friendlier description
This commit is contained in:
@@ -138,16 +138,16 @@ export default function Help() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<PageMeta title="Help & Documentation - IGNY8" description="Complete documentation and guides for IGNY8" />
|
||||
<PageMeta title="Help Center - IGNY8" description="Guides and tutorials to help you create great content" />
|
||||
|
||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
|
||||
{/* Header */}
|
||||
<div className="mb-8">
|
||||
<h1 className="text-4xl font-bold text-gray-900 dark:text-white mb-4">
|
||||
Help & Documentation
|
||||
Help Center
|
||||
</h1>
|
||||
<p className="text-lg text-gray-600 dark:text-gray-400">
|
||||
Complete guides and documentation to help you get the most out of IGNY8
|
||||
Learn how to use IGNY8 to create and publish amazing content
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ export default function AISettings() {
|
||||
<PageMeta title="AI Settings" />
|
||||
<div className="mb-6">
|
||||
<h1 className="text-2xl font-bold text-gray-900 dark:text-white">AI Settings</h1>
|
||||
<p className="text-gray-600 dark:text-gray-400 mt-1">AI-specific configuration</p>
|
||||
<p className="text-gray-600 dark:text-gray-400 mt-1">Configure AI models and writing preferences</p>
|
||||
</div>
|
||||
|
||||
{loading ? (
|
||||
|
||||
@@ -30,7 +30,7 @@ export default function AccountSettings() {
|
||||
<PageMeta title="Account Settings" />
|
||||
<div className="mb-6">
|
||||
<h1 className="text-2xl font-bold text-gray-900 dark:text-white">Account Settings</h1>
|
||||
<p className="text-gray-600 dark:text-gray-400 mt-1">Account-level configuration</p>
|
||||
<p className="text-gray-600 dark:text-gray-400 mt-1">Manage your account preferences and profile</p>
|
||||
</div>
|
||||
|
||||
{loading ? (
|
||||
|
||||
@@ -38,9 +38,9 @@ export default function GeneralSettings() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<PageMeta title="General Settings - IGNY8" description="Plugin configuration" />
|
||||
<PageMeta title="App Preferences - IGNY8" description="Customize your IGNY8 experience" />
|
||||
|
||||
<ComponentCard title="General Settings" desc="Configure plugin settings, automation, and table preferences">
|
||||
<ComponentCard title="App Preferences" desc="Customize table views, automation settings, and interface preferences">
|
||||
<div className="space-y-6">
|
||||
{/* Table Settings */}
|
||||
<div className="space-y-4">
|
||||
|
||||
@@ -645,9 +645,9 @@ export default function IndustriesSectorsKeywords() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<PageMeta title="Add Keywords" description="Browse and add keywords to your workflow" />
|
||||
<PageMeta title="Find Keywords" description="Search and add keywords to start creating content" />
|
||||
<PageHeader
|
||||
title="Add Keywords"
|
||||
title="Find Keywords"
|
||||
badge={{ icon: <BoltIcon />, color: 'blue' }}
|
||||
/>
|
||||
{/* Show info banner when no sector is selected */}
|
||||
|
||||
Reference in New Issue
Block a user