ContentAttributedQuote

Use ContentAttributedQuote for an authorized personal perspective. Required props are author, role, avatar, and non-empty avatarAlt; verify the quotation and permission before publication. Use a Markdown blockquote when a portrait adds no value.

Parameters

ParameterRequiredDefaultDescription
authorYesNoneQuoted person’s name.
roleYesNoneQuoted person’s role.
avatarYesNonePublished avatar source.
avatarAltYesNoneAvatar alternative text.

Example

<ContentAttributedQuote
  author="GoVisit content team"
  role="Editorial team"
  avatar="/images/brand/ai-business-profile-govisit-default.svg"
  avatarAlt="GoVisit AI Business Profile mark"
>
  <p>
    This illustrative quotation shows how an authorized operator perspective can be attributed.
  </p>
</ContentAttributedQuote>

This illustrative quotation shows how an authorized operator perspective can be attributed.

GoVisit AI Business Profile markGoVisit content teamEditorial team