PluginProbe
AI Builder – Generate pages, blocks, images & translate with AI / 2.7.10
AI Builder – Generate pages, blocks, images & translate with AI v2.7.10
2.8.0 2.7.10 2.7.9 2.7.8 2.0.8 2.0.9 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.3.0 All 123 releases
ai-builder / assets / JSON-Blocks / blocks-metadatas / testimonials-metadata.js

testimonials-metadata.js in AI Builder – Generate pages, blocks, images & translate with AI 2.7.10, at assets/JSON-Blocks/blocks-metadatas/testimonials-metadata.js

33 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 const testimonialsMetadata = [
2 {
3 id: "testimonial-01",
4 type: "testimonial",
5 style: ["modern", "split"],
6 description:
7 "Modern testimonial in two columns with photo on the left and quote on the right. White background with generous spacing. Detailed quote with author's name and position. Perfect for main client testimonials or case studies.",
8 },
9 {
10 id: "testimonial-02",
11 type: "testimonial",
12 style: ["minimal", "asymmetric"],
13 description:
14 "Minimalist testimonial with italic text on the left (70%) and photo on the right (30%). Light gray background with comfortable spacing. Clean style with bold name and gray position. Perfect for short and impactful testimonials.",
15 },
16 {
17 id: "testimonial-03",
18 type: "testimonial",
19 style: ["carousel", "three-columns"],
20 description:
21 "Carousel of three testimonials with main title 'They trust us'. Each testimonial includes a photo, italic text, and bold name. White background with significant vertical spacing. Ideal for presenting multiple testimonials dynamically.",
22 },
23 {
24 id: "testimonial-04",
25 type: "testimonial",
26 style: ["grid", "cards"],
27 description:
28 "Grid of three testimonials with main title 'Client Testimonials'. Each card contains a photo, golden star rating, text, and bold name. Light gray background with rounded white cards. Perfect for a comprehensive presentation of client feedback.",
29 },
30 ];
31
32 export default testimonialsMetadata;
33