{"success":true,"data":{"block":{"id":"feature-icon-grid-accent","name":"Feature Icon Grid Accent","title":"Feature Icon Grid Accent","category":"Features","categorySlug":"features","description":"Two-column grid of features with accent background cards. Each feature has an icon in an accent-colored circle, title, and description. Modern, colorful design for capability showcases.","thumbnail":{"desktop":"https://cdn.ing/assets/i/r/290515/i24mui4n5h2b3yq7bvh799tesiyq/feature-icon-grid-accent-desktop.png","mobile":"https://cdn.ing/assets/i/r/290514/9nb4cwluni8zfhkctk8fxj4iiuwq/feature-icon-grid-accent-mobile.png"},"componentPath":"blocks/features/feature-icon-grid-accent.tsx","code":"import { DynamicIcon, Pressable } from \"@opensite/ui\";\nimport { FeatureIconGridAccent } from \"@opensite/ui/blocks/features/feature-icon-grid-accent\";\n\nexport default function Demo() {\n  return (\n    <FeatureIconGridAccent\n      label=\"WHAT SETS US APART\"\n      title=\"Designed for Modern Teams\"\n      description=\"Built with the tools and workflows that matter most to high-performing organizations.\"\n      cardClassName=\"bg-white shadow-lg rounded-2xl border border-gray-200\"\n      features={[\n        {\n          iconName: \"lucide/zap\",\n          title: \"Lightning Fast\",\n          iconClassName:\n            \"bg-black/80 border-gray border-4 text-white w-16 h-16 rounded-2xl\",\n          description: (\n            <div>\n              <div>\n                Optimized performance ensures your applications load instantly\n                and respond smoothly.\n              </div>\n\n              <div className=\"mt-4\">\n                <Pressable asButton size=\"sm\">\n                  Get Started\n                </Pressable>\n              </div>\n            </div>\n          ),\n        },\n        {\n          iconName: \"lucide/shield-check\",\n          title: \"Enterprise Security\",\n          iconClassName:\n            \"bg-black/80 border-gray border-4 text-white w-16 h-16 rounded-2xl\",\n          description: (\n            <div>\n              <div>\n                Bank-level encryption and compliance standards protect your data\n                at every layer.\n              </div>\n\n              <div className=\"mt-4\">\n                <Pressable variant=\"outline\" asButton size=\"sm\">\n                  Learn More\n                </Pressable>\n              </div>\n            </div>\n          ),\n        },\n        {\n          iconName: \"lucide/layers\",\n          title: \"Seamless Integration\",\n          iconClassName:\n            \"bg-black/80 border-gray border-4 text-white w-16 h-16 rounded-2xl\",\n          description: (\n            <div>\n              <div>\n                Connect with your existing tools through our comprehensive API\n                and plugin ecosystem.\n              </div>\n\n              <div className=\"mt-4\">\n                <Pressable variant=\"outline\" asButton size=\"sm\">\n                  Schedule a Demo\n                </Pressable>\n              </div>\n            </div>\n          ),\n        },\n        {\n          iconName: \"lucide/bar-chart-3\",\n          title: \"Advanced Analytics\",\n          iconClassName:\n            \"bg-black/80 border-gray border-4 text-white w-16 h-16 rounded-2xl\",\n          description: (\n            <div>\n              <div>\n                Real-time insights and customizable dashboards help you make\n                data-driven decisions.\n              </div>\n\n              <div className=\"mt-4\">\n                <Pressable variant=\"outline\" asButton size=\"sm\">\n                  View Reports\n                  <DynamicIcon name=\"lucide/arrow-up-right\" />\n                </Pressable>\n              </div>\n            </div>\n          ),\n        },\n      ]}\n      spacing=\"xl\"\n      pattern=\"diagonalCrossFadeTop\"\n      patternOpacity={1}\n      background=\"gray\"\n    />\n  );\n}","propsSchema":{"label":{"type":"object","description":"Section label/eyebrow text","typeLabel":"React.ReactNode","required":false},"title":{"type":"object","description":"Main heading content","typeLabel":"React.ReactNode","required":false},"description":{"type":"object","description":"Supporting description content","typeLabel":"React.ReactNode","required":false},"features":{"type":"array","description":"Array of feature items","items":{"type":"object","description":"","fields":{"icon":{"type":"object","description":"Icon element or ReactNode","typeLabel":"React.ReactNode","required":false},"iconName":{"type":"string","description":"Icon name in format: prefix/name (e.g., \"lucide/zoom-in\") - used if icon prop not provided","required":false},"title":{"type":"object","description":"Feature title","typeLabel":"React.ReactNode","required":false},"description":{"type":"object","description":"Feature description","typeLabel":"React.ReactNode","required":false},"className":{"type":"string","description":"Additional CSS classes for the feature card","required":false},"iconClassName":{"type":"string","description":"Additional CSS classes for the icon wrapper","required":false}},"typeLabel":"FeatureIconGridAccentItem"},"typeLabel":"FeatureIconGridAccentItem[]","required":false},"featuresSlot":{"type":"object","description":"Custom slot for rendering features (overrides features array)","typeLabel":"React.ReactNode","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},"headerClassName":{"type":"string","description":"Additional CSS classes for the header wrapper","required":false},"labelClassName":{"type":"string","description":"Additional CSS classes for the label","required":false},"titleClassName":{"type":"string","description":"Additional CSS classes for the title","required":false},"descriptionClassName":{"type":"string","description":"Additional CSS classes for the description","required":false},"gridClassName":{"type":"string","description":"Additional CSS classes for the features grid","required":false},"cardClassName":{"type":"string","description":"Additional CSS classes for each feature card","required":false},"optixFlowConfig":{"type":"object","description":"OptixFlow image optimization configuration","fields":{"apiKey":{"type":"string","description":"API key for OptixFlow service","required":true},"compression":{"type":"number","description":"Compression level (0-100)","required":false}},"typeLabel":"OptixFlowConfig","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 or URL","fields":{},"typeLabel":"PatternName","required":false},"patternOpacity":{"type":"number","description":"Pattern overlay opacity (0-1)","required":false},"patternClassName":{"type":"string","description":"Additional CSS classes for the pattern overlay","required":false},"sectionId":{"type":"string","description":"Optional Section ID","required":false}},"defaultProps":{},"dependencies":["@opensite/ui"],"tags":["features","grid","icons","accent","two-column","colorful","capabilities"],"performance":{},"importantUsageNotes":"Ensure to generate 'features' in multiples of 2 (2, 4, 6, or 8) since the layout is a 2-column grid. Each item supports an 'iconName', 'title', and 'description'. Follow the example props closely for this block."}},"timestamp":"2026-05-13T10:44:34.371Z"}