{"success":true,"data":{"block":{"id":"testimonials-list-verified","name":"Testimonials List with Verified Badges","title":"Testimonials List Verified","category":"Testimonials","categorySlug":"testimonials","description":"A customer reviews section featuring a rating summary header with overall score, star distribution breakdown, and a list of individual reviews with verified purchase badges, author avatars, dates, and star ratings. Ideal for product pages, service reviews, or any page requiring authentic customer feedback display.","thumbnail":{"desktop":"https://cdn.ing/assets/i/r/293653/wjidf8l1xxp6cqk3w6m7oqbytbha/cleanshot-2026-03-10-at-09-44-43-2x.png","mobile":"https://cdn.ing/assets/i/r/293652/vyde2psgm16saev7aahhiie5tlws/cleanshot-2026-03-10-at-09-44-55-2x.png"},"componentPath":"blocks/testimonials/testimonials-list-verified.tsx","code":"import { TestimonialsListVerified } from \"@opensite/ui/blocks/testimonials/testimonials-list-verified\";\nimport { imagePlaceholders } from \"@/lib/media\";\n\nexport default function Demo() {\n  return (\n    <TestimonialsListVerified\n      heading=\"Verified Customer Reviews\"\n      verifiedPurchaseLabel=\"Verified\"\n      reviews={[\n        {\n          rating: 5,\n          title: \"Outstanding quality and service\",\n          content:\n            \"I've been using this product for three months now, and it has completely transformed my workflow. The build quality is exceptional, and customer support has been incredibly responsive whenever I've had questions.\",\n          author: \"Daniel Foster\",\n          avatarSrc: imagePlaceholders[27],\n          date: \"January 20, 2026\",\n          verified: true,\n        },\n        {\n          rating: 5,\n          title: \"Worth every dollar\",\n          content:\n            \"After extensive research and comparing multiple options, I chose this product and couldn't be happier. It's reliable, efficient, and the features exceed what was advertised. Highly recommend for professionals.\",\n          author: \"Lisa Park\",\n          avatarSrc: imagePlaceholders[41],\n          date: \"January 18, 2026\",\n          verified: true,\n        },\n        {\n          rating: 4,\n          title: \"Excellent product with great potential\",\n          content:\n            \"Very satisfied with my purchase overall. The core functionality is solid and works exactly as described. A few features could be refined, but the team seems very responsive to feedback and regularly ships updates.\",\n          author: \"Christopher Hughes\",\n          avatarSrc: imagePlaceholders[55],\n          date: \"January 15, 2026\",\n          verified: true,\n        },\n        {\n          rating: 5,\n          title: \"Game changer for my business\",\n          content:\n            \"As a small business owner, this has been an invaluable investment. The efficiency gains alone have paid for itself multiple times over. My team adopted it quickly, and we've seen measurable improvements in our output.\",\n          author: \"Michelle Rodriguez\",\n          avatarSrc: imagePlaceholders[69],\n          date: \"January 12, 2026\",\n          verified: true,\n        },\n        {\n          rating: 5,\n          title: \"Impressed beyond expectations\",\n          content:\n            \"I was initially hesitant due to the price point, but this has proven to be one of the best purchases I've made. The attention to detail in both design and functionality is evident. Setup was straightforward, and I was productive within minutes.\",\n          author: \"Kevin Zhang\",\n          avatarSrc: imagePlaceholders[83],\n          date: \"January 8, 2026\",\n          verified: true,\n        },\n      ]}\n      background=\"white\"\n      pattern=\"diagonalCrossFadeTop\"\n      patternOpacity={0.9}\n    />\n  );\n}","propsSchema":{"reviews":{"type":"array","description":"Array of reviews to display","items":{"type":"object","description":"","fields":{"rating":{"type":"number","description":"Star rating (1-5)","required":true},"title":{"type":"object","description":"Review title","typeLabel":"React.ReactNode","required":true},"content":{"type":"object","description":"Review content/body","typeLabel":"React.ReactNode","required":true},"author":{"type":"object","description":"Author name","typeLabel":"React.ReactNode","required":false},"avatarSrc":{"type":"string","description":"Author avatar image URL","required":false},"date":{"type":"string","description":"Review date string","required":false},"verified":{"type":"boolean","description":"Whether the reviewer is verified","required":false}},"typeLabel":"ReviewItem"},"typeLabel":"ReviewItem[]","required":false},"reviewsSlot":{"type":"object","description":"Custom slot for rendering reviews (overrides reviews array)","typeLabel":"React.ReactNode","required":false},"heading":{"type":"object","description":"Main heading content","typeLabel":"React.ReactNode","required":false},"verifiedPurchaseLabel":{"type":"object","description":"Label for the verified purchase badge","typeLabel":"React.ReactNode","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},"reviewClassName":{"type":"string","description":"Additional CSS classes for each review item","required":false},"contentClassName":{"type":"string","description":"Additional CSS classes for the review content","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},"sectionId":{"type":"string","description":"Optional Section ID","required":false}},"defaultProps":{},"dependencies":["@opensite/ui"],"tags":["reviews","testimonials","ratings","stars","verified","customer-feedback","product-reviews","social-proof"],"performance":{},"importantUsageNotes":"DO NOT generate or guess testimonials, reviews, ratings, customer names, company logos, or any review content — only use real, verified testimonials and customer data from the system. If the site has no real testimonials in the system, DO NOT use this block. Each item in the 'reviews' array requires a real 'rating' (1-5), 'title', 'content', and optionally 'author', 'avatarSrc', 'date', and 'verified'. Only set 'verified: true' if the purchase is genuinely verified in the system; do not fabricate verified status. Do not invent star ratings, reviewer names, or dates. Supply 3-8 reviews; the demo uses 5. Follow the example props closely for this block."}},"timestamp":"2026-05-13T10:41:29.849Z"}