{"success":true,"data":{"block":{"id":"hero-grid-pattern-efficiency","name":"Grid Pattern Efficiency Hero","title":"Hero Grid Pattern Efficiency","category":"Hero","categorySlug":"hero","description":"A hero section with a grid pattern background emphasizing efficiency and productivity. Clean design for business and productivity tools.","thumbnail":{"desktop":"https://cdn.ing/assets/i/r/290302/e0k56u05o6y7ykl0rtwq7ze7xjtv/cleanshot-2026-02-18-at-04-25-51.png","mobile":"https://cdn.ing/assets/i/r/290301/ykc8o1kgk2xaic23gwlvq7k0jit5/cleanshot-2026-02-18-at-04-26-02.png"},"componentPath":"blocks/hero/hero-grid-pattern-efficiency.tsx","code":"import { HeroGridPatternEfficiency } from \"@opensite/ui/blocks/hero/hero-grid-pattern-efficiency\";\nimport { DynamicIcon } from \"@opensite/ui/components/dynamic-icon\";\n\nexport default function Demo() {\n  return (\n    <HeroGridPatternEfficiency\n      heading=\"Work smarter, not harder\"\n      description=\"Maximize productivity with intelligent tools and workflows designed to eliminate busywork and help you focus on what matters.\"\n      action={{\n        label: \"Boost Productivity\",\n        href: \"#\",\n        variant: \"default\",\n        iconAfter: <DynamicIcon name=\"lucide/arrow-right\" size={16} />,\n      }}\n      actionSubtext=\"No credit card required\"\n      pattern=\"grid1\"\n    />\n  );\n}","propsSchema":{"heading":{"type":"object","description":"Main heading content (can include highlighted text)","typeLabel":"React.ReactNode","required":false},"description":{"type":"object","description":"Description text below heading","typeLabel":"React.ReactNode","required":false},"action":{"type":"object","description":"Action configuration for CTA button","fields":{"variant":{"type":"string","description":"","typeLabel":"\"default\" | \"destructive\" | \"outline\" | \"secondary\" | \"ghost\" | \"link\"","required":false},"size":{"type":"string","description":"","typeLabel":"\"default\" | \"sm\" | \"md\" | \"lg\" | \"icon\" | \"icon-sm\" | \"icon-lg\"","required":false},"label":{"type":"object","description":"Button/link label text or ReactNode","typeLabel":"ReactNode","required":false},"icon":{"type":"object","description":"Icon to display (typically before label)","typeLabel":"ReactNode","required":false},"iconAfter":{"type":"object","description":"Icon to display after the label","typeLabel":"ReactNode","required":false},"href":{"type":"string","description":"URL for link behavior","required":false},"onClick":{"type":"object","description":"Click handler for button behavior","typeLabel":"MouseEventHandler","required":false},"className":{"type":"string","description":"Additional CSS classes for the action","required":false},"children":{"type":"object","description":"Custom children (overrides label + icon rendering)","typeLabel":"ReactNode","required":false},"aria-label":{"type":"string","description":"ARIA label for accessibility","required":false},"asButton":{"type":"boolean","description":"Render as a button element instead of an anchor/link","required":false}},"typeLabel":"ActionConfig","required":false},"actionSlot":{"type":"object","description":"Custom slot for action (overrides action prop)","typeLabel":"React.ReactNode","required":false},"actionSubtext":{"type":"object","description":"Subtext below the action button","typeLabel":"React.ReactNode","required":false},"background":{"type":"string","description":"Background style for the section","typeLabel":"SectionBackground","required":false},"spacing":{"type":"object","description":"Vertical spacing for the section","fields":{},"typeLabel":"SectionSpacing","required":false},"pattern":{"type":"object","description":"Optional background pattern name","fields":{},"typeLabel":"PatternName","required":false},"patternOpacity":{"type":"number","description":"Pattern overlay opacity (0-1)","required":false},"className":{"type":"string","description":"Additional CSS classes for the section","required":false},"containerClassName":{"type":"string","description":"Additional CSS classes for the container","required":false},"contentClassName":{"type":"string","description":"Additional CSS classes for the content area","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},"actionClassName":{"type":"string","description":"Additional CSS classes for the action container","required":false},"sectionId":{"type":"string","description":"Optional Section ID","required":false}},"defaultProps":{},"dependencies":["@opensite/ui"],"tags":["hero","grid","pattern","efficiency","productivity","business","tools","clean"],"performance":{},"importantUsageNotes":"This block takes a single 'action' prop (not an array) — do not supply multiple actions. Do not exceed 40 characters for the 'heading' prop. Do not exceed 130 characters for the 'description' prop. Use 'actionSubtext' for a short trust signal beneath the CTA (e.g. 'No credit card required'). Follow the example props closely for this block."}},"timestamp":"2026-05-13T10:40:40.248Z"}