text udpates ux
This commit is contained in:
@@ -386,26 +386,26 @@ export default function Sites() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<PageMeta title="Sites Management" description="Manage your sites and configure industries and sectors" />
|
||||
<PageMeta title="Your Websites" description="Manage all your websites here - Add new sites, configure settings, and track content for each one" />
|
||||
|
||||
<div className="space-y-8">
|
||||
<div className="flex items-center justify-between">
|
||||
<div>
|
||||
<h1 className="text-2xl font-bold text-gray-900 dark:text-white">Sites Management</h1>
|
||||
<h1 className="text-2xl font-bold text-gray-900 dark:text-white">Your Websites</h1>
|
||||
<p className="mt-1 text-sm text-gray-500 dark:text-gray-400">
|
||||
Manage your sites, configure industries, and select sectors. Multiple sites can be active simultaneously.
|
||||
Manage all your websites here - Add new sites, configure settings, and track content for each one
|
||||
</p>
|
||||
</div>
|
||||
<Button onClick={handleCreateSite} variant="primary">
|
||||
+ Add Site
|
||||
+ Add Another Website
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
{/* Info Alert */}
|
||||
<Alert
|
||||
variant="info"
|
||||
title="Sites Configuration"
|
||||
message="Each site can have up to 5 sectors selected from 15 major industries. Keywords and clusters are automatically associated with sectors. Multiple sites can be active simultaneously."
|
||||
title="About Your Sites"
|
||||
message="Active sites can receive new content. Inactive sites are paused. Each site can have up to 5 sectors selected from 15 major industries."
|
||||
/>
|
||||
|
||||
{/* Sites Grid */}
|
||||
|
||||
Reference in New Issue
Block a user