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"; 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-[#0693e3] to-[#0472b8]" }, { name: "Clusters", icon: UserGroupIcon, color: "from-[#5d4ae3] to-[#3a2f94]" }, { name: "Ideas", icon: LightBulbIcon, color: "from-[#ff7a00] to-[#cc5f00]" }, { name: "Tasks", icon: DocumentTextIcon, color: "from-[#0bbf87] to-[#08966b]" }, { name: "Content", icon: SparklesIcon, color: "from-[#0693e3] to-[#0472b8]" }, { name: "Images", icon: PhotoIcon, color: "from-[#5d4ae3] to-[#3a2f94]" }, { name: "Publish", icon: BoltIcon, color: "from-[#0bbf87] to-[#08966b]" }, ]; 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-[#0693e3] to-[#0472b8]", 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-[#0bbf87] to-[#08966b]", 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-[#ff7a00] to-[#cc5f00]", 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-[#5d4ae3] to-[#3a2f94]", 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.