{"success":true,"data":{"block":{"id":"faq-profile-sidebar","name":"Profile Sidebar FAQ","title":"FAQ Profile Sidebar","category":"Faq","categorySlug":"faq","description":"A two-column FAQ layout with a sticky sidebar featuring a support representative profile, contact information, and CTA button. The personal touch of showing a team member builds trust while providing easy access to support. Perfect for customer-focused businesses wanting to humanize their help section.","thumbnail":{"desktop":"https://cdn.ing/assets/i/r/293133/1cjzp0z4z3659fq5n7yzrlwaqske/cleanshot-2026-03-04-at-04-19-47.png","mobile":"https://cdn.ing/assets/i/r/293132/nwa22dz2cgd3i8j7zrmhqrdene1c/cleanshot-2026-03-04-at-04-20-11.png"},"componentPath":"blocks/faq/faq-profile-sidebar.tsx","code":"import { FaqProfileSidebar } from \"@opensite/ui/blocks/faq/faq-profile-sidebar\";\nimport { DynamicIcon } from \"@opensite/ui/components/dynamic-icon\";\n\nexport default function Demo() {\n  return (\n    <FaqProfileSidebar\n      heading=\"Expert Answers\"\n      description=\"Our team of experts has compiled answers to the most frequently asked questions to help you get the most out of our platform.\"\n      items={[\n        {\n          id: \"implementation\",\n          question: \"How long does implementation take?\",\n          answer:\n            \"Most teams are up and running within a week. Our onboarding specialists guide you through setup, data migration, and team training to ensure a smooth transition.\",\n        },\n        {\n          id: \"scalability\",\n          question: \"Can the platform scale with my business?\",\n          answer:\n            \"Absolutely. Our infrastructure is built to scale from startups to enterprises. Automatic scaling handles traffic spikes, and you can add unlimited users and storage.\",\n        },\n        {\n          id: \"custom-dev\",\n          question: \"Do you offer custom development?\",\n          answer:\n            \"Yes, Enterprise customers can request custom features, integrations, and workflows. Our professional services team works with you to build tailored solutions.\",\n        },\n        {\n          id: \"sla\",\n          question: \"What are your SLA guarantees?\",\n          answer:\n            \"We guarantee 99.9% uptime with redundant infrastructure. Enterprise plans include priority support with 1-hour response times and dedicated account management.\",\n        },\n        {\n          id: \"security\",\n          question: \"How do you ensure data security?\",\n          answer:\n            \"We follow industry best practices for security, including encryption at rest and in transit, regular security audits, and compliance with GDPR and SOC 2 standards.\",\n        },\n        {\n          id: \"integrations\",\n          question: \"What integrations are available?\",\n          answer:\n            \"Our platform integrates with popular tools like Slack, Salesforce, and Google Workspace. We also offer an open API for custom integrations.\",\n        },\n        {\n          id: \"mobile\",\n          question: \"Is there a mobile app?\",\n          answer:\n            \"Yes, our mobile app is available on iOS and Android, allowing you to access your data and collaborate with your team on the go.\",\n        },\n      ]}\n      profileImage=\"https://toastability-production.s3.amazonaws.com/3nqc7xvjy3e8d7jo1gdvbzty0oqg\"\n      profileName=\"Sarah Chen\"\n      profileRole=\"Customer Success Manager\"\n      profileDescription=\"With over 8 years of experience helping teams maximize their productivity, I'm here to ensure you get the most value from our platform.\"\n      contactText=\"Have a question not covered here?\"\n      contactAction={{\n        label: \"Schedule a Call\",\n        href: \"#\",\n        variant: \"default\",\n        iconAfter: <DynamicIcon name=\"lucide/arrow-right\" size={16} />,\n      }}\n      pattern=\"architect\"\n      patternOpacity={0.1}\n      background=\"gray\"\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":{"id":{"type":"string","description":"","required":true},"question":{"type":"object","description":"","typeLabel":"React.ReactNode","required":true},"answer":{"type":"object","description":"","typeLabel":"React.ReactNode","required":true}},"typeLabel":"FaqItem"},"typeLabel":"FaqItem[]","required":false,"minItems":3,"maxItems":10},"itemsSlot":{"type":"object","description":"Custom slot for rendering items (overrides items array)","typeLabel":"React.ReactNode","required":false},"profileSlot":{"type":"object","description":"Custom slot for rendering the profile section","typeLabel":"React.ReactNode","required":false},"profileImage":{"type":"string","description":"Profile image URL","required":false,"mediaHints":{"path":"profileImage","roles":["profile"],"required":false,"note":"Profile photo for the sidebar expert card."}},"profileName":{"type":"object","description":"Profile name","typeLabel":"React.ReactNode","required":false},"profileRole":{"type":"object","description":"Profile role/title","typeLabel":"React.ReactNode","required":false},"profileDescription":{"type":"object","description":"Profile description text","typeLabel":"React.ReactNode","required":false},"contactText":{"type":"object","description":"Contact section text","typeLabel":"React.ReactNode","required":false},"contactAction":{"type":"object","description":"Contact action 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},"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},"contentWrapperClassName":{"type":"string","description":"Additional CSS classes for the content wrapper","required":false},"sidebarClassName":{"type":"string","description":"Additional CSS classes for the sidebar","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},"profileCardClassName":{"type":"string","description":"Additional CSS classes for the profile card","required":false},"profileImageClassName":{"type":"string","description":"Additional CSS classes for the profile image","required":false},"profileNameClassName":{"type":"string","description":"Additional CSS classes for the profile name","required":false},"profileRoleClassName":{"type":"string","description":"Additional CSS classes for the profile role","required":false},"profileDescriptionClassName":{"type":"string","description":"Additional CSS classes for the profile description","required":false},"contactSectionClassName":{"type":"string","description":"Additional CSS classes for the contact section","required":false},"faqColumnClassName":{"type":"string","description":"Additional CSS classes for the FAQ column","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},"optixFlowConfig":{"type":"object","description":"Optional Optix Flow configuration for image optimization","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},"sectionId":{"type":"string","description":"Optional Section ID","required":false}},"exampleProps":{"heading":"Expert Answers","description":"Our specialists have compiled answers to the most common questions.","profileImage":"https://cdn.ing/assets/i/r/308196/g6bbn73f7gxal82uu49m9prfd0u8/workplace-in-cafe.webp","profileName":"Sarah Chen","profileRole":"Customer Success Manager","profileDescription":"With 8+ years helping teams succeed, Sarah is here to make sure you get the most out of our platform.","contactText":"Have a question not listed here?","contactAction":{"label":"Schedule a Call","href":"#","variant":"outline"},"items":[{"id":"implementation","question":"How long does implementation take?","answer":"Most teams are up and running within a week with guided onboarding support."},{"id":"scalability","question":"Can the platform scale with my business?","answer":"Yes, our infrastructure scales automatically from startups to enterprises."},{"id":"sla","question":"What are your SLA guarantees?","answer":"99.9% uptime guaranteed. Enterprise plans include priority support."}]},"dependencies":["@opensite/ui"],"tags":["faq","questions","answers","accordion","sidebar","profile","support","contact","personal","trust","human"],"performance":{},"importantUsageNotes":"`profileImage` must be an absolute URL to a real image — not a placeholder variable. All media src values must be absolute URLs to real assets; relative paths and placeholder media variables are not allowed. Each item requires a unique `id` along with `question` and `answer`. `profileName`, `profileRole`, and `profileDescription` populate the sidebar card. `contactText` and `contactAction` add a contact CTA within the profile card.","usageRequirements":{"requiredProps":[],"requiresSiteCapabilities":[],"mediaSlots":{"profileImage":{"path":"profileImage","roles":["profile"],"required":false,"note":"Profile photo for the sidebar expert card."}},"propConstraints":{"items":{"minItems":3,"maxItems":10}}}}},"timestamp":"2026-06-27T20:07:34.819Z"}