{"success":true,"data":{"block":{"id":"about-streamline-team","name":"About Streamline Team","title":"About Streamline Team","category":"About","categorySlug":"about","description":"A streamlined about section with overlapping image layout, feature list with icons, and a team CTA banner. Ideal for showcasing workflow benefits and inviting visitors to join the team in a modern, visually appealing design.","thumbnail":{"desktop":"https://cdn.ing/assets/i/r/308361/8e2d7suhf0s90dti3taki9yumfsb/about-streamline-team-desktop.jpg","mobile":"https://cdn.ing/assets/i/r/308362/d3gtkb46v43cdtxujebargc6cahj/about-streamline-team-mobile.jpg"},"componentPath":"blocks/about/about-streamline-team.tsx","code":"import { AboutStreamlineTeam } from \"@opensite/ui/blocks/about/about-streamline-team\";\nimport { DynamicIcon } from \"@opensite/ui/components/dynamic-icon\";\n\nexport default function Demo() {\n  return (\n    <AboutStreamlineTeam\n      title=\"Streamlined for Success\"\n      description=\"We've built our processes and team structure to deliver maximum value with minimum friction. Every role, every workflow, every tool is optimized for efficiency and impact.\"\n      primaryImage={{\n        src: \"https://toastability-production.s3.amazonaws.com/yrp5k5xszwpe26fquupey6a6g0uu\",\n        alt: \"Team collaboration\",\n      }}\n      secondaryImage={{\n        src: \"https://toastability-production.s3.amazonaws.com/97gctpna2hdozl1f8u5xq4ew8h0o\",\n        alt: \"Team meeting\",\n      }}\n      features={[\n        {\n          icon: (\n            <DynamicIcon name=\"lucide/zap\" size={20} className=\"text-primary\" />\n          ),\n          title: \"Agile Methodology\",\n          description:\n            \"Rapid iterations and continuous delivery keep projects moving forward.\",\n        },\n        {\n          icon: (\n            <DynamicIcon\n              name=\"lucide/users\"\n              size={20}\n              className=\"text-primary\"\n            />\n          ),\n          title: \"Cross-Functional Teams\",\n          description:\n            \"Designers, developers, and strategists work together from day one.\",\n        },\n        {\n          icon: (\n            <DynamicIcon\n              name=\"lucide/message-circle\"\n              size={20}\n              className=\"text-primary\"\n            />\n          ),\n          title: \"Transparent Communication\",\n          description:\n            \"Regular updates and open channels keep everyone aligned.\",\n        },\n      ]}\n      teamTitle=\"Join Our Growing Team\"\n      teamDescription=\"We're always looking for talented individuals who share our passion for creating exceptional digital experiences.\"\n      actions={[\n        {\n          label: \"View Open Positions\",\n          href: \"#\",\n          variant: \"default\",\n          size: \"lg\",\n        },\n      ]}\n      pattern=\"circles\"\n      patternOpacity={1}\n      background=\"white\"\n    />\n  );\n}","propsSchema":{"className":{"type":"string","description":"Additional CSS classes for the section","required":false},"containerClassName":{"type":"string","description":"Additional CSS classes for the container","required":false},"title":{"type":"object","description":"Main title","typeLabel":"React.ReactNode","required":true,"maxLength":70},"titleClassName":{"type":"string","description":"Additional CSS classes for the title","required":false},"description":{"type":"object","description":"Main description","typeLabel":"React.ReactNode","required":true,"maxLength":180},"descriptionClassName":{"type":"string","description":"Additional CSS classes for the description","required":false},"primaryImage":{"type":"object","description":"Primary image configuration","fields":{"src":{"type":"string","description":"","required":true},"alt":{"type":"string","description":"","required":true}},"typeLabel":"{ src: string; alt: string; }","required":true,"mediaHints":{"path":"primaryImage","roles":["feature","hero"],"disallowedRoles":["logo","favicon","video-thumbnail"],"minPixelClass":"large","required":true,"note":"Primary overlapping team/workflow image. IMAGE MEDIA ONLY. Do not use logos, favicons, or video assets."}},"primaryImageClassName":{"type":"string","description":"Additional CSS classes for the primary image","required":false},"secondaryImage":{"type":"object","description":"Secondary image configuration","fields":{"src":{"type":"string","description":"","required":true},"alt":{"type":"string","description":"","required":true}},"typeLabel":"{ src: string; alt: string; }","required":false,"mediaHints":{"path":"secondaryImage","roles":["feature","thumbnail"],"disallowedRoles":["logo","favicon","video-thumbnail"],"minPixelClass":"medium","required":false,"note":"Secondary overlapping team/workflow image. IMAGE MEDIA ONLY. Do not use logos, favicons, or video assets."}},"secondaryImageClassName":{"type":"string","description":"Additional CSS classes for the secondary image","required":false},"teamTitle":{"type":"object","description":"Team section title","typeLabel":"React.ReactNode","required":false},"teamTitleClassName":{"type":"string","description":"Additional CSS classes for the team title","required":false},"teamDescription":{"type":"object","description":"Team section description","typeLabel":"React.ReactNode","required":false},"teamDescriptionClassName":{"type":"string","description":"Additional CSS classes for the team description","required":false},"actions":{"type":"array","description":"Array of action configurations for team CTA","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,"maxItems":2},"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},"features":{"type":"array","description":"Array of feature items","items":{"type":"object","description":"","fields":{"title":{"type":"object","description":"Feature title","typeLabel":"ReactNode","required":false},"description":{"type":"object","description":"Feature description","typeLabel":"ReactNode","required":false},"icon":{"type":"object","description":"Feature icon","typeLabel":"ReactNode | string","required":false},"iconName":{"type":"string","description":"Icon name for dynamic icon loading","required":false},"href":{"type":"string","description":"Optional link URL","required":false},"className":{"type":"string","description":"Additional CSS classes","required":false},"iconBgClass":{"type":"string","description":"CSS class for icon background","required":false},"iconColorClass":{"type":"string","description":"CSS class for icon color","required":false}},"typeLabel":"FeatureItem"},"typeLabel":"FeatureItem[]","required":false,"minItems":2,"maxItems":4},"featuresSlot":{"type":"object","description":"Custom slot for rendering features (overrides features array)","typeLabel":"React.ReactNode","required":false},"featuresClassName":{"type":"string","description":"Additional CSS classes for the features container","required":false},"teamSectionClassName":{"type":"string","description":"Additional CSS classes for the team section","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},"background":{"type":"string","description":"Section background variant","typeLabel":"SectionBackground","required":false},"spacing":{"type":"object","description":"Section spacing variant","fields":{},"typeLabel":"SectionSpacing","required":false},"pattern":{"type":"object","description":"Pattern background key or URL","fields":{},"typeLabel":"PatternName","required":false},"patternOpacity":{"type":"number","description":"Pattern opacity (0-1)","required":false},"sectionId":{"type":"string","description":"Optional Section ID","required":false}},"exampleProps":{"title":"Streamline Your Workflow","description":"Our platform helps teams work smarter without losing creative control.","primaryImage":{"src":"https://cdn.ing/assets/i/r/308196/g6bbn73f7gxal82uu49m9prfd0u8/workplace-in-cafe.webp","alt":"Team workflow planning"},"secondaryImage":{"src":"https://cdn.ing/assets/i/r/308196/g6bbn73f7gxal82uu49m9prfd0u8/workplace-in-cafe.webp","alt":"Detailed product planning session"},"teamTitle":"Join the team building simpler operations","teamDescription":"We look for pragmatic builders who care about durable systems.","actions":[{"label":"View Open Roles","href":"/careers","variant":"default"}],"features":[{"icon":"lucide/zap","title":"Faster launches","description":"Ship polished pages in less time."},{"icon":"lucide/shield","title":"Reliable systems","description":"Keep content aligned as sites grow."}]},"dependencies":["@opensite/ui"],"tags":["about","streamline","team","features","workflow","icons","cta","modern","overlapping"],"performance":{},"importantUsageNotes":"Use for workflow-focused about or recruiting sections with two supporting images and a concise team CTA. The team CTA should not imply open roles unless the site has that content. Image props must be image assets only.","usageRequirements":{"requiredProps":["title","description","primaryImage"],"propConstraints":{"title":{"required":true,"maxLength":70},"description":{"required":true,"maxLength":180},"primaryImage":{"required":true},"features":{"minItems":2,"maxItems":4},"actions":{"maxItems":2}},"mediaSlots":{"primaryImage":{"path":"primaryImage","roles":["feature","hero"],"disallowedRoles":["logo","favicon","video-thumbnail"],"minPixelClass":"large","required":true,"note":"Primary overlapping team/workflow image. IMAGE MEDIA ONLY. Do not use logos, favicons, or video assets."},"secondaryImage":{"path":"secondaryImage","roles":["feature","thumbnail"],"disallowedRoles":["logo","favicon","video-thumbnail"],"minPixelClass":"medium","required":false,"note":"Secondary overlapping team/workflow image. IMAGE MEDIA ONLY. Do not use logos, favicons, or video assets."}},"requiresSiteCapabilities":["media_library"],"notes":["All media src values must be absolute URLs to real assets; relative paths and placeholder media variables are not allowed."]}}},"timestamp":"2026-06-27T20:09:29.736Z"}