{"success":true,"data":{"block":{"id":"faq-split-help","name":"Split Layout FAQ with Help Section","title":"FAQ Split Help","category":"Faq","categorySlug":"faq","description":"A two-column FAQ layout with the heading and description on the left, accordion items on the right, and a prominent help banner at the bottom. The split design creates visual interest while the help section provides a clear path to support. Perfect for product pages or documentation sites.","thumbnail":{"desktop":"https://cdn.ing/assets/i/r/293121/or9nbjrfcwpyv66nkssvw5fyq808/cleanshot-2026-03-03-at-20-44-10.png","mobile":"https://cdn.ing/assets/i/r/293120/skbfc9t2llmfd6upyq8hm0z40f76/cleanshot-2026-03-03-at-20-44-25.png"},"componentPath":"blocks/faq/faq-split-help.tsx","code":"import { FaqSplitHelp } from \"@opensite/ui/blocks/faq/faq-split-help\";\nimport { DynamicIcon } from \"@opensite/ui/components/dynamic-icon\";\n\nexport default function Demo() {\n  return (\n    <FaqSplitHelp\n      heading=\"Support Resources\"\n      description=\"Browse our most commonly asked questions or reach out to our support team for personalized assistance.\"\n      items={[\n        {\n          id: \"billing-cycle\",\n          question: \"When will I be charged?\",\n          answer:\n            \"Billing occurs on the same day each month or year, depending on your plan. You'll receive an invoice via email 3 days before each billing cycle.\",\n        },\n        {\n          id: \"refunds\",\n          question: \"What is your refund policy?\",\n          answer:\n            \"We offer a 30-day money-back guarantee. If you're not satisfied, contact us within 30 days of your initial purchase for a full refund.\",\n        },\n        {\n          id: \"upgrades\",\n          question: \"How do plan upgrades work?\",\n          answer:\n            \"Upgrades take effect immediately. You'll be charged a prorated amount for the remainder of your billing cycle at the new plan rate.\",\n        },\n        {\n          id: \"downgrade\",\n          question: \"Can I downgrade my plan?\",\n          answer:\n            \"Yes, downgrades take effect at the end of your current billing cycle. You'll continue to have access to your current plan features until then.\",\n        },\n      ]}\n      helpHeading=\"Need More Help?\"\n      helpDescription=\"Our support team is available 24/7 to answer your questions and help you get the most out of our platform.\"\n      helpAction={{\n        label: \"Contact Support Team\",\n        href: \"#\",\n        variant: \"default\",\n        iconAfter: <DynamicIcon name=\"lucide/arrow-right\" size={16} />,\n      }}\n      pattern=\"gridFadeTop\"\n      patternOpacity={0.1}\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},"helpHeading":{"type":"object","description":"Help section heading","typeLabel":"React.ReactNode","required":false},"helpDescription":{"type":"object","description":"Help section description","typeLabel":"React.ReactNode","required":false},"helpAction":{"type":"object","description":"Help section CTA configuration","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},"helpSlot":{"type":"object","description":"Custom slot for help section (overrides helpHeading, helpDescription, helpAction)","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},"leftColumnClassName":{"type":"string","description":"Additional CSS classes for the left 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},"accordionClassName":{"type":"string","description":"Additional CSS classes for the accordion","required":false},"accordionItemClassName":{"type":"string","description":"Additional CSS classes for accordion items","required":false},"accordionTriggerClassName":{"type":"string","description":"Additional CSS classes for accordion triggers","required":false},"accordionContentClassName":{"type":"string","description":"Additional CSS classes for accordion content","required":false},"helpSectionClassName":{"type":"string","description":"Additional CSS classes for the help section","required":false},"sectionId":{"type":"string","description":"Optional Section ID","required":false}},"defaultProps":{},"dependencies":["@opensite/ui"],"tags":["faq","questions","answers","accordion","split","two-column","help","support","cta","banner"],"performance":{},"importantUsageNotes":"Use between 4-8 'items' for this split accordion layout. Each item requires a unique 'id', a 'question', and an 'answer'. Always supply 'helpHeading', 'helpDescription', and 'helpAction'; use a variant of 'default' for 'helpAction' and point it to a real support or contact page — do not fabricate URLs. Follow the example props closely for this block."}},"timestamp":"2026-05-13T10:40:41.246Z"}