{"success":true,"data":{"block":{"id":"faq-numbered-grid","name":"Two-Column Numbered Grid FAQ","title":"FAQ Numbered Grid","category":"Faq","categorySlug":"faq","description":"A responsive two-column grid layout displaying numbered FAQ cards. Features a centered header section with heading and description, followed by numbered question-answer cards arranged in a grid. Maximizes space efficiency while maintaining readability. Ideal for pages with many FAQs.","thumbnail":{"desktop":"https://cdn.ing/assets/i/r/291530/lym97jsqs6w8lzz8lp1kn2xvlulk/cleanshot-2026-02-25-at-13-47-15-2x.png","mobile":"https://cdn.ing/assets/i/r/291529/iqlol50xbpxl39q5f7nt3frl7cow/cleanshot-2026-02-25-at-13-47-30-2x.png"},"componentPath":"blocks/faq/faq-numbered-grid.tsx","code":"import { FaqNumberedGrid } from \"@opensite/ui/blocks/faq/faq-numbered-grid\";\n\nexport default function Demo() {\n  return (\n    <FaqNumberedGrid\n      heading=\"Platform Features\"\n      description=\"Discover the key features that make our platform the best choice for modern teams.\"\n      items={[\n        {\n          question: \"Real-time collaboration\",\n          answer:\n            \"Work together seamlessly with live updates, comments, mentions, and simultaneous editing. See who's online and what they're working on.\",\n        },\n        {\n          question: \"Advanced analytics\",\n          answer:\n            \"Track performance with customizable dashboards, detailed reports, and actionable insights. Export data and create automated reports.\",\n        },\n        {\n          question: \"Workflow automation\",\n          answer:\n            \"Automate repetitive tasks with triggers, rules, and integrations. Save time and reduce errors with smart automation.\",\n        },\n        {\n          question: \"Enterprise security\",\n          answer:\n            \"Bank-level encryption, SSO, two-factor authentication, audit logs, and compliance with major security standards.\",\n        },\n        {\n          question: \"Mobile access\",\n          answer:\n            \"Native iOS and Android apps with offline mode. Access and edit your work from anywhere, even without internet.\",\n        },\n        {\n          question: \"Custom branding\",\n          answer:\n            \"White-label the platform with your logo, colors, and domain. Create a seamless experience for your team and clients.\",\n        },\n      ]}\n      pattern=\"dashedGridBasic\"\n      patternOpacity={0.15}\n      background=\"secondary\"\n    />\n  );\n}","propsSchema":{"heading":{"type":"object","description":"Main heading content","typeLabel":"React.ReactNode","required":false},"description":{"type":"object","description":"Description text below heading","typeLabel":"React.ReactNode","required":false},"items":{"type":"array","description":"Array of FAQ items","items":{"type":"object","description":"","fields":{"question":{"type":"object","description":"","typeLabel":"React.ReactNode","required":true},"answer":{"type":"object","description":"","typeLabel":"React.ReactNode","required":true}},"typeLabel":"FaqItem"},"typeLabel":"FaqItem[]","required":false},"itemsSlot":{"type":"object","description":"Custom slot for rendering items (overrides items array)","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 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},"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},"headingClassName":{"type":"string","description":"Additional CSS classes for the heading","required":false},"descriptionClassName":{"type":"string","description":"Additional CSS classes for the description","required":false},"gridClassName":{"type":"string","description":"Additional CSS classes for the grid","required":false},"actions":{"type":"array","description":"Array of action configurations for CTA buttons","items":{"type":"object","description":"","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"},"typeLabel":"ActionConfig[]","required":false},"actionsSlot":{"type":"object","description":"Custom slot for rendering actions (overrides actions array)","typeLabel":"React.ReactNode","required":false},"actionsClassName":{"type":"string","description":"Additional CSS classes for the actions container","required":false},"itemClassName":{"type":"string","description":"Additional CSS classes for grid items","required":false},"contentClassName":{"type":"string","description":"Additional CSS classes for the content wrapper","required":false},"numberClassName":{"type":"string","description":"Additional CSS classes for the number badge","required":false},"questionClassName":{"type":"string","description":"Additional CSS classes for item questions","required":false},"answerClassName":{"type":"string","description":"Additional CSS classes for item answers","required":false},"sectionId":{"type":"string","description":"Optional Section ID","required":false}},"defaultProps":{},"dependencies":["@opensite/ui"],"tags":["faq","questions","answers","numbered","grid","two-column","cards","responsive","organized"],"performance":{},"importantUsageNotes":"Ensure to supply 'items' in multiples of 2 (ideally 4 or 6) since the layout is a 2-column grid on desktop. Each item requires a 'question' and an 'answer'. If you supply multiple 'actions', ensure to use a variant of 'default' for the first action, and 'outline' for the second action to ensure proper visual distinction between the two CTAs. Follow the example props closely for this block."}},"timestamp":"2026-05-13T10:40:34.453Z"}