{"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/308444/027mimm3oqtpxgwz0hu9jaowshaf/hero-split-icon-cards-desktop.jpg","mobile":"https://cdn.ing/assets/i/r/308444/027mimm3oqtpxgwz0hu9jaowshaf/hero-split-icon-cards-desktop.jpg"},"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":true,"maxLength":40},"description":{"type":"object","description":"Supporting description text","typeLabel":"React.ReactNode","required":false,"maxLength":130},"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":true,"count":3,"minItems":2,"maxItems":4},"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},"logo":{"type":"object","description":"Brand logo configuration. LOGO MEDIA ONLY — do not use photos or hero images.","fields":{"url":{"type":"string","description":"URL to navigate to when logo is clicked","required":false},"src":{"type":"string","description":"Image source for the logo","required":false},"alt":{"type":"string","description":"Alt text for the logo image","required":false},"title":{"type":"object","description":"Text title to display (alternative to image)","typeLabel":"React.ReactNode","required":false},"className":{"type":"string","description":"Additional CSS classes for the logo","required":false}},"typeLabel":"LogoConfig","required":false},"logoSlot":{"type":"object","description":"Custom slot for logo (overrides logo prop)","typeLabel":"React.ReactNode","required":false},"logoClassName":{"type":"string","description":"Additional CSS classes for the logo container","required":false},"sectionId":{"type":"string","description":"Optional Section ID","required":false}},"exampleProps":{"logo":{"src":"https://cdn.ing/assets/i/r/287635/1tmeh86afyxszfz7hbmvcc0oct8w/logo-dark.png","alt":"Brand Logo"},"eyebrow":"For Developers","heading":"Built for teams that ship fast","description":"Powerful features designed for modern development teams.","primaryCta":{"label":"Get Started","href":"#"},"secondaryCta":{"label":"View Demo","href":"#"},"cardItems":[{"title":"New Features","subtitle":"New AI features to automate workflows","icon":"lucide/bot","href":"#"},{"title":"Automation","subtitle":"Dedicated agents to streamline tasks","icon":"lucide/bell","href":"#"},{"title":"Performance","subtitle":"Enterprise speed for all business sizes","icon":"lucide/bolt","href":"#"}]},"dependencies":["@opensite/ui"],"tags":["hero","split","two-column","icon-cards","benefits","cta","services","features","callouts"],"performance":{},"importantUsageNotes":"Supply exactly 3 'cardItems' objects. Do not exceed 40 characters for 'heading'. Do not exceed 130 characters for 'description'. Follow the example props closely.","usageRequirements":{"requiredProps":["heading","cardItems"],"propConstraints":{"heading":{"required":true,"maxLength":40},"description":{"maxLength":130},"cardItems":{"required":true,"count":3,"minItems":2,"maxItems":4}},"mediaSlots":{}}}},"timestamp":"2026-06-27T20:01:59.126Z"}