color scheme update
This commit is contained in:
@@ -125,7 +125,7 @@ export default function Home() {
|
||||
title: "Planner",
|
||||
description: "Keyword research, clustering, and content planning",
|
||||
icon: PieChartIcon,
|
||||
color: "from-[#0693e3] to-[#0472b8]",
|
||||
color: "from-igny8-blue to-igny8-blue-dark",
|
||||
path: "/planner",
|
||||
count: insights?.totalClusters || 0,
|
||||
status: "active",
|
||||
@@ -135,7 +135,7 @@ export default function Home() {
|
||||
title: "Writer",
|
||||
description: "AI content generation, editing, and publishing",
|
||||
icon: PencilIcon,
|
||||
color: "from-[#0bbf87] to-[#08966b]",
|
||||
color: "from-igny8-green to-igny8-green-dark",
|
||||
path: "/writer",
|
||||
count: insights?.totalContent || 0,
|
||||
status: "active",
|
||||
@@ -145,7 +145,7 @@ export default function Home() {
|
||||
title: "Thinker",
|
||||
description: "Prompts, author profiles, and content strategies",
|
||||
icon: BoltIcon,
|
||||
color: "from-[#ff7a00] to-[#cc5f00]",
|
||||
color: "from-igny8-amber to-igny8-amber-dark",
|
||||
path: "/thinker",
|
||||
count: 0,
|
||||
status: "active",
|
||||
@@ -155,7 +155,7 @@ export default function Home() {
|
||||
title: "Automation",
|
||||
description: "Workflow automation and scheduled tasks",
|
||||
icon: PlugInIcon,
|
||||
color: "from-[#5d4ae3] to-[#3a2f94]",
|
||||
color: "from-igny8-purple to-igny8-purple-dark",
|
||||
path: "/automation",
|
||||
count: 0,
|
||||
status: "active",
|
||||
@@ -512,7 +512,7 @@ export default function Home() {
|
||||
to="/planner/keyword-opportunities"
|
||||
className="flex items-center gap-4 p-4 rounded-lg border-2 border-slate-200 bg-white hover:border-[#0693e3] hover:shadow-md transition group"
|
||||
>
|
||||
<div className="size-12 rounded-lg bg-gradient-to-br from-[#0693e3] to-[#0472b8] flex items-center justify-center text-white">
|
||||
<div className="size-12 rounded-lg bg-gradient-to-br from-igny8-blue to-igny8-blue-dark flex items-center justify-center text-white">
|
||||
<ListIcon className="h-6 w-6" />
|
||||
</div>
|
||||
<div className="flex-1">
|
||||
@@ -526,7 +526,7 @@ export default function Home() {
|
||||
to="/writer/tasks"
|
||||
className="flex items-center gap-4 p-4 rounded-lg border-2 border-slate-200 bg-white hover:border-[#0bbf87] hover:shadow-md transition group"
|
||||
>
|
||||
<div className="size-12 rounded-lg bg-gradient-to-br from-[#0bbf87] to-[#08966b] flex items-center justify-center text-white">
|
||||
<div className="size-12 rounded-lg bg-gradient-to-br from-igny8-green to-igny8-green-dark flex items-center justify-center text-white">
|
||||
<FileTextIcon className="h-6 w-6" />
|
||||
</div>
|
||||
<div className="flex-1">
|
||||
@@ -540,7 +540,7 @@ export default function Home() {
|
||||
to="/automation"
|
||||
className="flex items-center gap-4 p-4 rounded-lg border-2 border-slate-200 bg-white hover:border-[#5d4ae3] hover:shadow-md transition group"
|
||||
>
|
||||
<div className="size-12 rounded-lg bg-gradient-to-br from-[#5d4ae3] to-[#3a2f94] flex items-center justify-center text-white">
|
||||
<div className="size-12 rounded-lg bg-gradient-to-br from-igny8-purple to-igny8-purple-dark flex items-center justify-center text-white">
|
||||
<PlugInIcon className="h-6 w-6" />
|
||||
</div>
|
||||
<div className="flex-1">
|
||||
@@ -554,7 +554,7 @@ export default function Home() {
|
||||
to="/thinker/prompts"
|
||||
className="flex items-center gap-4 p-4 rounded-lg border-2 border-slate-200 bg-white hover:border-[#ff7a00] hover:shadow-md transition group"
|
||||
>
|
||||
<div className="size-12 rounded-lg bg-gradient-to-br from-[#ff7a00] to-[#cc5f00] flex items-center justify-center text-white">
|
||||
<div className="size-12 rounded-lg bg-gradient-to-br from-igny8-amber to-igny8-amber-dark flex items-center justify-center text-white">
|
||||
<BoltIcon className="h-6 w-6" />
|
||||
</div>
|
||||
<div className="flex-1">
|
||||
|
||||
Reference in New Issue
Block a user