{"success":true,"data":{"block":{"id":"hero-split-icon-cards","name":"Split Icon Cards Hero","title":"Hero Split Icon Cards","category":"Hero","categorySlug":"hero","description":"A two-column hero with heading, description, and CTAs on the left, plus stacked icon cards on the right. Perfect for highlighting key benefits or service pillars in a quick, scannable layout.","thumbnail":{"desktop":"https://cdn.ing/assets/i/r/290200/d6ohwrcvz5p0qo1fq07uhr0qfuny/cleanshot-2026-02-18-at-00-37-52.png","mobile":"https://cdn.ing/assets/i/r/290199/9whp93w7v5dh4m7dahvvuvn0cs2w/cleanshot-2026-02-18-at-00-38-08.png"},"componentPath":"blocks/hero/hero-split-icon-cards.tsx","code":"import { HeroSplitIconCards } from \"@opensite/ui/blocks/hero/hero-split-icon-cards\";\n\nexport default function Demo() {\n  return (\n    <HeroSplitIconCards\n      eyebrow=\"For Developers\"\n      heading=\"Built for teams that ship fast\"\n      description=\"Powerful features designed for modern development teams. Ship better products, faster.\"\n      primaryCta={{\n        label: \"Get Started\",\n        href: \"#\",\n      }}\n      secondaryCta={{\n        label: \"View Demo\",\n        href: \"#\",\n      }}\n      cardItems={[\n        {\n          title: \"New Features\",\n          subtitle: \"New AI features to automate workflows\",\n          icon: \"lucide/bot\",\n          href: \"#\",\n        },\n        {\n          title: \"Automation\",\n          subtitle: \"Dedicated agents to help streamline tasks\",\n          icon: \"lucide/bell\",\n          href: \"#\",\n        },\n        {\n          title: \"Performance\",\n          subtitle: \"Enterprise speed for all business sizes\",\n          icon: \"lucide/bolt\",\n          href: \"#\",\n        },\n      ]}\n      background=\"gray\"\n      pattern=\"circuitBoardBasic\"\n      patternOpacity={1}\n    />\n  );\n}","propsSchema":{"eyebrow":{"type":"object","description":"Eyebrow label above the heading","typeLabel":"React.ReactNode","required":false},"heading":{"type":"object","description":"Hero heading text","typeLabel":"React.ReactNode","required":false},"description":{"type":"object","description":"Supporting description text","typeLabel":"React.ReactNode","required":false},"primaryCta":{"type":"object","description":"Primary call-to-action configuration","fields":{"label":{"type":"string","description":"","required":true},"href":{"type":"string","description":"","required":true}},"typeLabel":"{ label: string; href: string; }","required":false},"secondaryCta":{"type":"object","description":"Secondary call-to-action configuration","fields":{"label":{"type":"string","description":"","required":true},"href":{"type":"string","description":"","required":true}},"typeLabel":"{ label: string; href: string; }","required":false},"actionsSlot":{"type":"object","description":"Custom slot for actions (overrides primaryCta and secondaryCta)","typeLabel":"React.ReactNode","required":false},"children":{"type":"object","description":"Optional custom content for the left column","typeLabel":"React.ReactNode","required":false},"cardItems":{"type":"array","description":"Icon card items for the right column","items":{"type":"object","description":"","fields":{"title":{"type":"string","description":"Card title","required":true},"subtitle":{"type":"string","description":"Card supporting text","required":false},"icon":{"type":"string","description":"Icon name for the card","required":true},"href":{"type":"string","description":"Optional link destination","required":false}},"typeLabel":"HeroSplitIconCardsItem"},"typeLabel":"HeroSplitIconCardsItem[]","required":false},"cardsSlot":{"type":"object","description":"Custom slot for cards (overrides cardItems array)","typeLabel":"React.ReactNode","required":false},"background":{"type":"string","description":"Background style for the section","typeLabel":"SectionBackground","required":false},"verticalSpacing":{"type":"object","description":"Vertical spacing for the section","fields":{},"typeLabel":"SectionSpacing","required":false},"pattern":{"type":"object","description":"Background pattern","fields":{},"typeLabel":"PatternName","required":false},"patternOpacity":{"type":"number","description":"Pattern opacity (0-1)","required":false},"className":{"type":"string","description":"Additional CSS classes for the section wrapper","required":false},"contentClassName":{"type":"string","description":"Additional CSS classes for the content column","required":false},"headingClassName":{"type":"string","description":"Additional CSS classes for the heading","required":false},"descriptionClassName":{"type":"string","description":"Additional CSS classes for the description","required":false},"containerClassName":{"type":"string","description":"Additional CSS classes for the container","required":false},"spacing":{"type":"object","description":"Section spacing variant","fields":{},"typeLabel":"SectionSpacing","required":false},"sectionId":{"type":"string","description":"Optional Section ID","required":false}},"defaultProps":{},"dependencies":["@opensite/ui"],"tags":["hero","split","two-column","icon-cards","benefits","cta","services","features","callouts"],"performance":{},"importantUsageNotes":"Only use if you are going to use 3-4 'cards' for the 'cards' props. Follow the example props closely for this block."}},"timestamp":"2026-05-13T10:41:24.563Z"}