Testimonios
Sección de testimonios de clientes. Soporta 3 layouts: grid, carrusel y masonry.
Configuración
| Campo | Tipo | Default | Descripción |
|---|---|---|---|
title | text | — | Título |
subtitle | textarea | — | Subtítulo |
layout | select | grid | Layout: grid, carousel o masonry |
bg_color | color | #FFFFFF | Color de fondo |
items | testimonials | [] | Array de testimonios |
Estructura de cada testimonio
| Campo | Tipo | Descripción |
|---|---|---|
name | text | Nombre del cliente |
role | text | Cargo o ubicación |
quote | textarea | Texto del testimonio |
avatar | image | Foto del cliente |
rating | number | Calificación (1–5) |
Ejemplo
{
"title": "Lo que dicen nuestros clientes",
"layout": "carousel",
"bg_color": "#F9FAFB",
"items": [
{ "name": "María García", "role": "Lima", "quote": "Excelente calidad y servicio. Mi tienda favorita online.", "rating": 5 },
{ "name": "Carlos López", "role": "Arequipa", "quote": "Envío rápido y productos tal como se muestran.", "rating": 5 }
]
}