import React from "react";
import { Link } from "react-router-dom";
import {
BoltIcon,
SparklesIcon,
ChartBarIcon,
PhotoIcon,
ListBulletIcon,
UserGroupIcon,
LightBulbIcon,
DocumentTextIcon,
ArrowRightIcon,
RocketLaunchIcon,
ChatBubbleLeftRightIcon,
} from "@heroicons/react/24/outline";
import { testimonials } from "../data/testimonials";
import SEO from "../components/SEO";
import { getMetaTags } from "../config/metaTags";
const Home: React.FC = () => {
const renderCta = (cta: { label: string; href: string }, className: string) => {
const isExternal = cta.href.startsWith("http");
if (isExternal) {
return (
{cta.label}
);
}
return (
{cta.label}
);
};
const workflowSteps = [
{ name: "Keywords", icon: ListBulletIcon, color: "from-[var(--color-primary)] to-[var(--color-primary-dark)]" },
{ name: "Clusters", icon: UserGroupIcon, color: "from-[var(--color-purple)] to-[var(--color-purple-dark)]" },
{ name: "Ideas", icon: LightBulbIcon, color: "from-[var(--color-warning)] to-[var(--color-warning-dark)]" },
{ name: "Tasks", icon: DocumentTextIcon, color: "from-[var(--color-success)] to-[var(--color-success-dark)]" },
{ name: "Content", icon: SparklesIcon, color: "from-[var(--color-primary)] to-[var(--color-primary-dark)]" },
{ name: "Images", icon: PhotoIcon, color: "from-[var(--color-purple)] to-[var(--color-purple-dark)]" },
{ name: "Publish", icon: BoltIcon, color: "from-[var(--color-success)] to-[var(--color-success-dark)]" },
];
const productModules = [
{
title: "Planner",
subtitle: "Market intelligence and keyword → cluster engine",
description: "Tap into a living keyword database, cluster at scale, and prioritize opportunities with AI scoring. Build topical maps in minutes, not days.",
bullets: [
"Living keyword database with real-time search volumes",
"AI-powered clustering for topical authority mapping",
"Priority scoring based on opportunity and competition",
],
icon: ChartBarIcon,
color: "from-[var(--color-primary)] to-[var(--color-primary-dark)]",
image: "planner-dashboard.png",
link: "/product#planner",
align: "left",
},
{
title: "Writer",
subtitle: "AI writing system with brand rules and editorial logic",
description: "Generate briefs, long-form articles, and on-brand messaging with contextual SERP data, tone controls, and collaboration tools.",
bullets: [
"Context-aware content generation with SERP analysis",
"Brand voice and tone controls for consistency",
"Collaborative editing and approval workflows",
],
icon: SparklesIcon,
color: "from-[var(--color-success)] to-[var(--color-success-dark)]",
image: "writer-dashboard.png",
link: "/product#writer",
align: "right",
},
{
title: "Thinker",
subtitle: "Strategic OS and thinking engine",
description: "Centralize prompts, author voices, and brand playbooks. Sync guidelines directly into every piece of content Igny8 creates.",
bullets: [
"Centralized prompt library and brand playbooks",
"Author voice templates and style guides",
"Automated guideline enforcement across all content",
],
icon: BoltIcon,
color: "from-[var(--color-warning)] to-[var(--color-warning-dark)]",
image: "thinker-dashboard.png",
link: "/product#thinker",
align: "left",
},
{
title: "Automation",
subtitle: "Always-on execution engine",
description: "Orchestrate keywords to ideas, tasks to content, and assets to WordPress in automated cycles—customized to your cadence.",
bullets: [
"End-to-end workflow automation with custom triggers",
"Multi-step handoffs between modules",
"Real-time monitoring and error handling",
],
icon: PhotoIcon,
color: "from-[var(--color-purple)] to-[var(--color-purple-dark)]",
image: "automation-dashboard.png",
link: "/product#automation",
align: "right",
},
];
return (
<>
IGNY8 automates your growth engine from research to briefs, from content writing to image generation.
A seamless pipeline from keyword discovery to published content
{module.subtitle}
{module.description}
Orchestrate your entire content pipeline with intelligent handoffs between modules. Set it once, and watch it execute.
{/* Automation Timeline with neon glows */}
"{testimonial.quote}"
Launch Igny8 in minutes. Start automating your workflow, or book a white-glove onboarding session with our team.