Section

Hair Reco - Quotes

1 个模板实例,3 个 section 配置,3 类 block。

真实模板变体

Schema

{
  "name": "Hair Reco - Quotes",
  "settings": [
    {
      "type": "text",
      "id": "section_id",
      "label": "Section ID",
      "default": "testimonials"
    },
    {
      "type": "text",
      "id": "eyebrow",
      "label": "Eyebrow",
      "default": "What Stylists Say"
    },
    {
      "type": "text",
      "id": "heading",
      "label": "Heading",
      "default": "Trusted by Professionals"
    }
  ],
  "blocks": [
    {
      "type": "testimonial",
      "name": "Testimonial",
      "settings": [
        {
          "type": "textarea",
          "id": "quote",
          "label": "Quote",
          "default": "Laifen has transformed how I work. The technology is unmatched and my clients love the results."
        },
        {
          "type": "text",
          "id": "name",
          "label": "Name",
          "default": "Sarah Mitchell"
        },
        {
          "type": "text",
          "id": "title",
          "label": "Title",
          "default": "Award-Winning Stylist"
        }
      ]
    },
    {
      "type": "testimonial_2",
      "name": "Testimonial 2",
      "settings": [
        {
          "type": "textarea",
          "id": "quote",
          "label": "Quote",
          "default": "Laifen has transformed how I work. The technology is unmatched and my clients love the results."
        },
        {
          "type": "text",
          "id": "name",
          "label": "Name",
          "default": "Sarah Mitchell"
        },
        {
          "type": "text",
          "id": "title",
          "label": "Title",
          "default": "Award-Winning Stylist"
        }
      ]
    },
    {
      "type": "testimonial_3",
      "name": "Testimonial 3",
      "settings": [
        {
          "type": "textarea",
          "id": "quote",
          "label": "Quote",
          "default": "Laifen has transformed how I work. The technology is unmatched and my clients love the results."
        },
        {
          "type": "text",
          "id": "name",
          "label": "Name",
          "default": "Sarah Mitchell"
        },
        {
          "type": "text",
          "id": "title",
          "label": "Title",
          "default": "Award-Winning Stylist"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Hair Reco - Quotes",
      "blocks": [
        {
          "type": "testimonial",
          "settings": {
            "quote": "Laifen has transformed how I work. The technology is unmatched and my clients love the results.",
            "name": "Sarah Mitchell",
            "title": "Award-Winning Stylist"
          }
        },
        {
          "type": "testimonial",
          "settings": {
            "quote": "The Pro Program exceeded my expectations. The commission structure and support are exceptional.",
            "name": "Marcus Johnson",
            "title": "Salon Director"
          }
        },
        {
          "type": "testimonial",
          "settings": {
            "quote": "Being part of this community has opened so many doors. The early access to new tools is invaluable.",
            "name": "Lisa Wong",
            "title": "Fashion Week Stylist"
          }
        }
      ]
    }
  ]
}