Footer

Company name with Privacy Policy and Unsubscribe links using token syntax

Preview
<Section style={{ backgroundColor: "#f8fafc", padding: "32px 40px", textAlign: "center", borderTop: "1px solid #e2e8f0" }}>
  <Text style={{ color: "#1e293b", fontSize: "16px", fontWeight: "600", margin: "0 0 8px" }}>{{COMPANY_NAME}}</Text>
  <Text style={{ color: "#94a3b8", fontSize: "13px", margin: "0 0 16px" }}>{{COMPANY_ADDRESS}}</Text>
  <Text style={{ color: "#94a3b8", fontSize: "13px", margin: "0" }}>
    <Link href="{{PRIVACY_URL}}" style={{ color: "#64748b", textDecoration: "underline" }}>Privacy Policy</Link>
    {" · "}
    <Link href="{{UNSUBSCRIBE_URL}}" style={{ color: "#64748b", textDecoration: "underline" }}>Unsubscribe</Link>
  </Text>
</Section>
Footer | EmailBits