{"success":true,"data":{"block":{"id":"testimonials-simple-grid","name":"Testimonials Simple Grid","title":"Testimonials Simple Grid","category":"Testimonials","categorySlug":"testimonials","description":"A clean, straightforward grid of testimonial cards with configurable columns (2, 3, or 4). Each card displays a quote with author avatar, name, and role. The minimal design focuses on content without distractions. Ideal for any page requiring a clean testimonial display.","thumbnail":{"desktop":"https://cdn.ing/assets/i/r/293669/2ro0bgdpbcthbt0aw6xm4nu0rxnc/cleanshot-2026-03-10-at-10-48-51-2x.png","mobile":"https://cdn.ing/assets/i/r/293668/79772z65izabq3khkxvfwe9moxrz/cleanshot-2026-03-10-at-10-49-03-2x.png"},"componentPath":"blocks/testimonials/testimonials-simple-grid.tsx","code":"import { TestimonialsSimpleGrid } from \"@opensite/ui/blocks/testimonials/testimonials-simple-grid\";\n\nexport default function Demo() {\n  return (\n    <TestimonialsSimpleGrid\n      heading=\"Customer Stories\"\n      description=\"Hear from businesses that have transformed their operations with our platform\"\n      columns={3}\n      testimonials={[\n        {\n          quote:\n            \"The platform's intuitive design and powerful features have streamlined our entire workflow. Our team productivity increased by 40% in the first quarter.\",\n          author: \"Jennifer Martinez\",\n          role: \"Director of Operations\",\n          company: \"Streamline Solutions\",\n          avatarSrc: \"https://toastability-production.s3.amazonaws.com/qghzqu1i99vaubyew9s5dxcbel9l\",\n        },\n        {\n          quote:\n            \"Outstanding support and reliable performance. The implementation team guided us every step of the way.\",\n          author: \"Michael Chen\",\n          role: \"CTO\",\n          company: \"TechVision\",\n          avatarSrc: \"https://toastability-production.s3.amazonaws.com/50y066ms7rb5sw62u9u08jzkk8rj\",\n        },\n        {\n          quote:\n            \"We've seen measurable improvements in every key metric. The ROI has exceeded all expectations.\",\n          author: \"Sarah Williams\",\n          role: \"VP of Finance\",\n          company: \"GrowthMetrics\",\n          avatarSrc: \"https://toastability-production.s3.amazonaws.com/betxbx61fkijt0aygineplf489ze\",\n        },\n        {\n          quote:\n            \"The analytics capabilities have transformed our decision-making process. Highly recommend to any data-driven organization.\",\n          author: \"David Park\",\n          role: \"Head of Analytics\",\n          company: \"DataFirst\",\n          avatarSrc: \"https://toastability-production.s3.amazonaws.com/e83zsyvl0an0owzdmpwjnnty641x\",\n        },\n        {\n          quote:\n            \"Security features met our stringent enterprise requirements. The compliance team was thoroughly impressed.\",\n          author: \"Lisa Anderson\",\n          role: \"CISO\",\n          company: \"SecureCorp\",\n          avatarSrc: \"https://toastability-production.s3.amazonaws.com/ms4s4zyqpmboh0slez1cwat9qhw4\",\n        },\n        {\n          quote:\n            \"Seamless integration with our existing tech stack. No disruption, maximum value from day one.\",\n          author: \"Robert Zhang\",\n          role: \"Engineering Lead\",\n          company: \"IntegrateTech\",\n          avatarSrc: \"https://toastability-production.s3.amazonaws.com/97gctpna2hdozl1f8u5xq4ew8h0o\",\n        },\n      ]}\n      actions={[\n        {\n          label: \"Read All Reviews\",\n          href: \"#\",\n          variant: \"default\",\n          size: \"lg\",\n        },\n      ]}\n      background=\"gray\"\n      pattern=\"diagonalCrossFadeTop\"\n      patternOpacity={0.9}\n      spacing=\"lg\"\n    />\n  );\n}","propsSchema":{"testimonials":{"type":"array","description":"Array of testimonials to display","items":{"type":"object","description":"","fields":{"quote":{"type":"object","description":"Testimonial quote text","typeLabel":"ReactNode","required":true},"author":{"type":"object","description":"Author name","typeLabel":"ReactNode","required":false},"role":{"type":"object","description":"Author role/title","typeLabel":"ReactNode","required":false},"company":{"type":"object","description":"Author company","typeLabel":"ReactNode","required":false},"avatarSrc":{"type":"string","description":"Author avatar image URL","required":false},"avatar":{"type":"object","description":"Author avatar configuration (alternative to avatarSrc)","fields":{"src":{"type":"string","description":"","required":true},"alt":{"type":"string","description":"","required":false},"fallback":{"type":"string","description":"","required":false}},"typeLabel":"{ src: string; alt?: string; fallback?: string; }","required":false},"logoSrc":{"type":"string","description":"Company logo URL","required":false},"rating":{"type":"number","description":"Star rating (1-5)","required":false},"className":{"type":"string","description":"Additional CSS classes","required":false},"linkConfig":{"type":"object","description":"Review linking config","fields":{"label":{"type":"object","description":"","typeLabel":"React__default.ReactNode","required":true},"href":{"type":"string","description":"","required":true},"className":{"type":"string","description":"","required":false}},"typeLabel":"{ label: React__default.ReactNode; href: string; className?: string; }","required":false}},"typeLabel":"TestimonialItem"},"typeLabel":"TestimonialItem[]","required":true,"minItems":3,"maxItems":12,"mediaHints":{"path":"testimonials[].avatarSrc","roles":["profile","avatar"],"disallowedRoles":["logo","favicon","video-thumbnail"],"minPixelClass":"small","required":false,"preferredAspect":"1:1","note":"Author avatar in grid card. IMAGE MEDIA ONLY. Do not use logos, favicons, or video assets."}},"testimonialsSlot":{"type":"object","description":"Custom slot for rendering testimonials (overrides testimonials array)","typeLabel":"React.ReactNode","required":false},"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},"columns":{"type":"string","description":"Number of columns in the grid","typeLabel":"2 | 3 | 4","required":false},"className":{"type":"string","description":"Additional CSS classes for the section wrapper","required":false},"headerClassName":{"type":"string","description":"Additional CSS classes for the header container","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 container","required":false},"quoteClassName":{"type":"string","description":"Additional CSS classes for the quote text","required":false},"authorClassName":{"type":"string","description":"Additional CSS classes for the author section","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},"containerClassName":{"type":"string","description":"Additional CSS classes for the container","required":false},"cardClassName":{"type":"string","description":"Additional CSS classes for each card","required":false},"cardContentClassName":{"type":"string","description":"Additional CSS classes for the card content","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},"sectionId":{"type":"string","description":"Optional Section ID","required":false},"testimonials[].quote":{"type":"object","description":"","required":true,"maxLength":350}},"exampleProps":{"heading":"What Our Users Are Saying","description":"Honest feedback from people who use the platform daily.","columns":3,"testimonials":[{"quote":"A genuinely impressive product. Our productivity gains have been measurable.","author":"Lily Chan","role":"Analyst","company":"DataFlow","avatarSrc":"https://cdn.ing/assets/i/r/308196/g6bbn73f7gxal82uu49m9prfd0u8/workplace-in-cafe.webp","rating":5},{"quote":"Rollout was painless. The team was live within a day.","author":"Sam Peterson","role":"IT Manager","company":"NetOps","avatarSrc":"https://cdn.ing/assets/i/r/308196/g6bbn73f7gxal82uu49m9prfd0u8/workplace-in-cafe.webp","rating":5},{"quote":"Customer support responds within the hour. Incredibly helpful.","author":"Fiona Grant","role":"Operations","company":"GrantCo","avatarSrc":"https://cdn.ing/assets/i/r/308196/g6bbn73f7gxal82uu49m9prfd0u8/workplace-in-cafe.webp","rating":5},{"quote":"The pricing model is transparent and very fair for what you get.","author":"Hiro Yamada","role":"CFO","company":"YamaTech","avatarSrc":"https://cdn.ing/assets/i/r/308196/g6bbn73f7gxal82uu49m9prfd0u8/workplace-in-cafe.webp","rating":4},{"quote":"Integrates neatly with all of our existing tools.","author":"Ingrid Holm","role":"VP Product","company":"HolmWorks","avatarSrc":"https://cdn.ing/assets/i/r/308196/g6bbn73f7gxal82uu49m9prfd0u8/workplace-in-cafe.webp","rating":5},{"quote":"We onboarded our entire org in under a week.","author":"Jake Obi","role":"CEO","company":"ObiGroup","avatarSrc":"https://cdn.ing/assets/i/r/308196/g6bbn73f7gxal82uu49m9prfd0u8/workplace-in-cafe.webp","rating":5}]},"dependencies":["@opensite/ui"],"tags":["testimonials","grid","simple","clean","minimal","cards","configurable","responsive"],"performance":{},"importantUsageNotes":"Testimonials must come from real, sourced reviews or testimonials. Do not fabricate quotes, names, or company affiliations. The columns prop controls layout density (2, 3, or 4 columns). Provide a number of testimonials divisible by the columns value for a clean grid — or add an extra row intentionally.","usageRequirements":{"requiredProps":["testimonials"],"propConstraints":{"testimonials":{"required":true,"minItems":3,"maxItems":12},"testimonials[].quote":{"required":true,"maxLength":350},"columns":{"note":"2 | 3 | 4 — default 3."}},"mediaSlots":{"testimonials[].avatarSrc":{"path":"testimonials[].avatarSrc","roles":["profile","avatar"],"disallowedRoles":["logo","favicon","video-thumbnail"],"minPixelClass":"small","required":false,"preferredAspect":"1:1","note":"Author avatar in grid card. IMAGE MEDIA ONLY. Do not use logos, favicons, or video assets."}},"requiresSiteCapabilities":["reviews_or_testimonials"],"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:10:31.559Z"}